#BCE2E8

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

Shades of Onahau #BCE2E8

Tints of Onahau #BCE2E8

Color information

#BCE2E8 (or 0xBCE2E8) is unknown color: approx Onahau. HEX triplet: BC, E2 and E8. RGB value is (188,226,232). Sum of RGB (Red+Green+Blue) = 188+226+232=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2E8 is #431D17. Grayscale: #D7D7D7. Windows color (decimal): -4398360 or 15262396. OLE color: 15262396.

HSL color Cylindrical-coordinate representation of color #BCE2E8: hue angle of 188.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE2E8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188226232-
CMYK0.190.0300.09
HSL188.18º48.89%82.35%-
HSV(B)188.18º18.97%90.98%-
XYZ62.570.9186.74-
YUV215.32137.41108.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 226 (88.67% from 255) = 34.98%
BLUE value IS 232 (91.02% from 255) = 35.91%
R=29.10%
G=34.98%
B=35.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882262320.190.0300.09188.1848.8982.35
HexBCE2E813309bc3152
Octal27434235023301127461122
Binary101111001110001011101000100111101001101111001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2E8; }

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

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

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

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

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

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

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

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