#BCECF2

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

Shades of Onahau #BCECF2

Tints of Onahau #BCECF2

Color information

#BCECF2 (or 0xBCECF2) is unknown color: approx Onahau. HEX triplet: BC, EC and F2. RGB value is (188,236,242). Sum of RGB (Red+Green+Blue) = 188+236+242=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF2 is #43130D. Grayscale: #DEDEDE. Windows color (decimal): -4395790 or 15920316. OLE color: 15920316.

HSL color Cylindrical-coordinate representation of color #BCECF2: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCECF2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188236242-
CMYK0.220.0200.05
HSL186.67º67.5%84.31%-
HSV(B)186.67º22.31%94.9%-
XYZ66.7677.0995.37-
YUV222.33139.1103.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 236 (92.58% from 255) = 35.44%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=28.23%
G=35.44%
B=36.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882362420.220.0200.05186.6767.584.31
HexBCECF216205bb4454
Octal27435436226205273104124
Binary101111001110110011110010101101001011011101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECF2; }

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

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

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

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

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

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

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

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