#BCECF4

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

Shades of Onahau #BCECF4

Tints of Onahau #BCECF4

Color information

#BCECF4 (or 0xBCECF4) is unknown color: approx Onahau. HEX triplet: BC, EC and F4. RGB value is (188,236,244). Sum of RGB (Red+Green+Blue) = 188+236+244=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF4 is #43130B. Grayscale: #DEDEDE. Windows color (decimal): -4395788 or 16051388. OLE color: 16051388.

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

Color convert

RGB188236244-
CMYK0.230.0300.04
HSL188.57º71.79%84.71%-
HSV(B)188.57º22.95%95.69%-
XYZ67.0677.2196.96-
YUV222.56140.1103.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.14%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=28.14%
G=35.33%
B=36.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882362440.230.0300.04188.5771.7984.71
HexBCECF417304bd4855
Octal27435436427304275110125
Binary101111001110110011110100101111101001011110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECF4; }

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

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

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

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

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

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

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

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