#BCEAF2

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

Shades of Onahau #BCEAF2

Tints of Onahau #BCEAF2

Color information

#BCEAF2 (or 0xBCEAF2) is unknown color: approx Onahau. HEX triplet: BC, EA and F2. RGB value is (188,234,242). Sum of RGB (Red+Green+Blue) = 188+234+242=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF2 is #43150D. Grayscale: #DDDDDD. Windows color (decimal): -4396302 or 15919804. OLE color: 15919804.

HSL color Cylindrical-coordinate representation of color #BCEAF2: hue angle of 188.89º 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 #BCEAF2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188234242-
CMYK0.220.0300.05
HSL188.89º67.5%84.31%-
HSV(B)188.89º22.31%94.9%-
XYZ66.1975.9595.18-
YUV221.16139.76104.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 242 (94.92% from 255) = 36.45%
R=28.31%
G=35.24%
B=36.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882342420.220.0300.05188.8967.584.31
HexBCEAF216305bd4454
Octal27435236226305275104124
Binary101111001110101011110010101101101011011110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAF2; }

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

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

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

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

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

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

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

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