#BCE5EC

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

Shades of Onahau #BCE5EC

Tints of Onahau #BCE5EC

Color information

#BCE5EC (or 0xBCE5EC) is unknown color: approx Onahau. HEX triplet: BC, E5 and EC. RGB value is (188,229,236). Sum of RGB (Red+Green+Blue) = 188+229+236=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5EC is #431A13. Grayscale: #D9D9D9. Windows color (decimal): -4397588 or 15525308. OLE color: 15525308.

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

Color convert

RGB188229236-
CMYK0.200.0300.07
HSL188.75º55.81%83.14%-
HSV(B)188.75º20.34%92.55%-
XYZ63.972.7990.04-
YUV217.54138.42106.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=28.79%
G=35.07%
B=36.14%

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
Decimal1882292360.200.0300.07188.7555.8183.14
HexBCE5EC14307bd3853
Octal2743453542430727570123
Binary10111100111001011110110010100110111101111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5EC; }

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

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

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

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

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

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

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

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