#BCE9EF

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

Shades of Onahau #BCE9EF

Tints of Onahau #BCE9EF

Color information

#BCE9EF (or 0xBCE9EF) is unknown color: approx Onahau. HEX triplet: BC, E9 and EF. RGB value is (188,233,239). Sum of RGB (Red+Green+Blue) = 188+233+239=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EF is #431610. Grayscale: #DCDCDC. Windows color (decimal): -4396561 or 15722940. OLE color: 15722940.

HSL color Cylindrical-coordinate representation of color #BCE9EF: hue angle of 187.06º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE9EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188233239-
CMYK0.210.0300.06
HSL187.06º61.45%83.73%-
HSV(B)187.06º21.34%93.73%-
XYZ65.4675.292.73-
YUV220.23138.59105.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.48%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=28.48%
G=35.30%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882332390.210.0300.06187.0661.4583.73
HexBCE9EF15306bb3d54
Octal2743513572530627375124
Binary10111100111010011110111110101110110101110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9EF; }

 p { color: rgb(188,233,239); }

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

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

 a { background-color: rgb(188,233,239); }

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

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

 span { border-color: rgb(188,233,239); }

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