#BCEAFB

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

Shades of Onahau #BCEAFB

Tints of Onahau #BCEAFB

Color information

#BCEAFB (or 0xBCEAFB) is unknown color: approx Onahau. HEX triplet: BC, EA and FB. RGB value is (188,234,251). Sum of RGB (Red+Green+Blue) = 188+234+251=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAFB is #431504. Grayscale: #DEDEDE. Windows color (decimal): -4396293 or 16509628. OLE color: 16509628.

HSL color Cylindrical-coordinate representation of color #BCEAFB: hue angle of 196.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEAFB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188234251-
CMYK0.250.0700.02
HSL196.19º88.73%86.08%-
HSV(B)196.19º25.1%98.43%-
XYZ67.5776.5102.47-
YUV222.18144.26103.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.93%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=27.93%
G=34.77%
B=37.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882342510.250.0700.02196.1988.7386.08
HexBCEAFB19702c45956
Octal27435237331702304131126
Binary101111001110101011111011110011110101100010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAFB; }

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

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

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

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

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

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

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

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