#bcecfc

Color #BCECFC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BCECFC

Tints of Onahau #BCECFC

Color information

#BCECFC (or 0xBCECFC) is unknown color: approx Onahau. HEX triplet: BC, EC and FC. RGB value is (188,236,252). Sum of RGB (Red+Green+Blue) = 188+236+252=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFC is #431303. Grayscale: #DFDFDF. Windows color (decimal): -4395780 or 16575676. OLE color: 16575676.

HSL color Cylindrical-coordinate representation of color #BCECFC: hue angle of 195º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCECFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188236252-
CMYK0.250.0600.01
HSL195º91.43%86.27%-
HSV(B)195º25.4%98.82%-
XYZ68.3177.71103.5-
YUV223.47144.1102.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 27.81%
GREEN value IS 236 (92.58% from 255) = 34.91%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=27.81%
G=34.91%
B=37.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882362520.250.0600.0119591.4386.27
HexBCECFC19601c35b56
Octal27435437431601303133126
Binary10111100111011001111110011001110011100001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcecfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcecfc; }

 p { color: rgb(188,236,252); }

 H1.HeaderClassName
 {
   color: #bcecfc;
 }
 .AnyTagClassName
 {
   color: #bcecfc;
 }
</style>
background-color css

<style>
 a { background-color: #bcecfc; }

 a { background-color: rgb(188,236,252); }

 div.DivClassName
 {
   background-color: #bcecfc;
 }
 .BgClassName
 {
   background-color: #bcecfc;
 }
</style>
border-color css

<style>
 span { border-color: #bcecfc; }

 span { border-color: rgb(188,236,252); }

 td.TdClassName
 {
   border-color: #bcecfc;
 }
 .TagClassName
 {
   border-color: #bcecfc;
 }
</style>