#BCECF3

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

Shades of Onahau #BCECF3

Tints of Onahau #BCECF3

Color information

#BCECF3 (or 0xBCECF3) is unknown color: approx Onahau. HEX triplet: BC, EC and F3. RGB value is (188,236,243). Sum of RGB (Red+Green+Blue) = 188+236+243=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF3 is #43130C. Grayscale: #DEDEDE. Windows color (decimal): -4395789 or 15985852. OLE color: 15985852.

HSL color Cylindrical-coordinate representation of color #BCECF3: hue angle of 187.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCECF3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188236243-
CMYK0.230.0300.05
HSL187.64º69.62%84.51%-
HSV(B)187.64º22.63%95.29%-
XYZ66.9177.1596.16-
YUV222.45139.6103.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=28.19%
G=35.38%
B=36.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882362430.230.0300.05187.6469.6284.51
HexBCECF317305bc4655
Octal27435436327305274106125
Binary101111001110110011110011101111101011011110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECF3; }

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

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

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

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

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

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

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

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