#BCE4ED

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

Shades of Onahau #BCE4ED

Tints of Onahau #BCE4ED

Color information

#BCE4ED (or 0xBCE4ED) is unknown color: approx Onahau. HEX triplet: BC, E4 and ED. RGB value is (188,228,237). Sum of RGB (Red+Green+Blue) = 188+228+237=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4ED is #431B12. Grayscale: #D8D8D8. Windows color (decimal): -4397843 or 15590588. OLE color: 15590588.

HSL color Cylindrical-coordinate representation of color #BCE4ED: hue angle of 191.02º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE4ED is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188228237-
CMYK0.210.0400.07
HSL191.02º57.65%83.33%-
HSV(B)191.02º20.68%92.94%-
XYZ63.7772.2990.71-
YUV217.07139.25107.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=28.79%
G=34.92%
B=36.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882282370.210.0400.07191.0257.6583.33
HexBCE4ED15407bf3a53
Octal2743443552540727772123
Binary101111001110010011101101101011000111101111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4ED; }

 p { color: rgb(188,228,237); }

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

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

 a { background-color: rgb(188,228,237); }

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

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

 span { border-color: rgb(188,228,237); }

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