#BCE9EC

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

Shades of Onahau #BCE9EC

Tints of Onahau #BCE9EC

Color information

#BCE9EC (or 0xBCE9EC) is unknown color: approx Onahau. HEX triplet: BC, E9 and EC. RGB value is (188,233,236). Sum of RGB (Red+Green+Blue) = 188+233+236=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EC is #431613. Grayscale: #DBDBDB. Windows color (decimal): -4396564 or 15526332. OLE color: 15526332.

HSL color Cylindrical-coordinate representation of color #BCE9EC: hue angle of 183.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE9EC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188233236-
CMYK0.200.0100.07
HSL183.75º55.81%83.14%-
HSV(B)183.75º20.34%92.55%-
XYZ65.0275.0390.41-
YUV219.89137.09105.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=28.61%
G=35.46%
B=35.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882332360.200.0100.07183.7555.8183.14
HexBCE9EC14107b83853
Octal2743513542410727070123
Binary1011110011101001111011001010010111101110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9EC; }

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

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

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

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

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

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

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

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