#BCE6EC

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

Shades of Onahau #BCE6EC

Tints of Onahau #BCE6EC

Color information

#BCE6EC (or 0xBCE6EC) is unknown color: approx Onahau. HEX triplet: BC, E6 and EC. RGB value is (188,230,236). Sum of RGB (Red+Green+Blue) = 188+230+236=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6EC is #431913. Grayscale: #DADADA. Windows color (decimal): -4397332 or 15525564. OLE color: 15525564.

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

Color convert

RGB188230236-
CMYK0.200.0300.07
HSL187.5º55.81%83.14%-
HSV(B)187.5º20.34%92.55%-
XYZ64.1873.3490.13-
YUV218.13138.09106.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=28.75%
G=35.17%
B=36.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882302360.200.0300.07187.555.8183.14
HexBCE6EC14307bc3853
Octal2743463542430727470123
Binary10111100111001101110110010100110111101111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6EC; }

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

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

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

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

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

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

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

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