#BCE8EF

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

Shades of Onahau #BCE8EF

Tints of Onahau #BCE8EF

Color information

#BCE8EF (or 0xBCE8EF) is unknown color: approx Onahau. HEX triplet: BC, E8 and EF. RGB value is (188,232,239). Sum of RGB (Red+Green+Blue) = 188+232+239=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EF is #431710. Grayscale: #DBDBDB. Windows color (decimal): -4396817 or 15722684. OLE color: 15722684.

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

Color convert

RGB188232239-
CMYK0.210.0300.06
HSL188.24º61.45%83.73%-
HSV(B)188.24º21.34%93.73%-
XYZ65.1874.6492.63-
YUV219.64138.92105.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 232 (91.02% from 255) = 35.20%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=28.53%
G=35.20%
B=36.27%

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
Decimal1882322390.210.0300.06188.2461.4583.73
HexBCE8EF15306bc3d54
Octal2743503572530627475124
Binary10111100111010001110111110101110110101111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8EF; }

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

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

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

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

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

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

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

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