#BCEAF4

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

Shades of Onahau #BCEAF4

Tints of Onahau #BCEAF4

Color information

#BCEAF4 (or 0xBCEAF4) is unknown color: approx Onahau. HEX triplet: BC, EA and F4. RGB value is (188,234,244). Sum of RGB (Red+Green+Blue) = 188+234+244=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF4 is #43150B. Grayscale: #DDDDDD. Windows color (decimal): -4396300 or 16050876. OLE color: 16050876.

HSL color Cylindrical-coordinate representation of color #BCEAF4: hue angle of 190.71º 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 #BCEAF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188234244-
CMYK0.230.0400.04
HSL190.71º71.79%84.71%-
HSV(B)190.71º22.95%95.69%-
XYZ66.4976.0796.77-
YUV221.39140.76104.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 244 (95.70% from 255) = 36.64%
R=28.23%
G=35.14%
B=36.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882342440.230.0400.04190.7171.7984.71
HexBCEAF417404bf4855
Octal27435236427404277110125
Binary1011110011101010111101001011110001001011111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAF4; }

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

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

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

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

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

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

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

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