#BCE2EC

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

Shades of Onahau #BCE2EC

Tints of Onahau #BCE2EC

Color information

#BCE2EC (or 0xBCE2EC) is unknown color: approx Onahau. HEX triplet: BC, E2 and EC. RGB value is (188,226,236). Sum of RGB (Red+Green+Blue) = 188+226+236=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EC is #431D13. Grayscale: #D7D7D7. Windows color (decimal): -4398356 or 15524540. OLE color: 15524540.

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

Color convert

RGB188226236-
CMYK0.200.0400.07
HSL192.5º55.81%83.14%-
HSV(B)192.5º20.34%92.55%-
XYZ63.0871.1489.76-
YUV215.78139.41108.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=28.92%
G=34.77%
B=36.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882262360.200.0400.07192.555.8183.14
HexBCE2EC14407c03853
Octal2743423542440730070123
Binary101111001110001011101100101001000111110000001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2EC; }

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

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

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

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

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

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

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

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