#BCE4EB

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

Shades of Onahau #BCE4EB

Tints of Onahau #BCE4EB

Color information

#BCE4EB (or 0xBCE4EB) is unknown color: approx Onahau. HEX triplet: BC, E4 and EB. RGB value is (188,228,235). Sum of RGB (Red+Green+Blue) = 188+228+235=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4EB is #431B14. Grayscale: #D8D8D8. Windows color (decimal): -4397845 or 15459516. OLE color: 15459516.

HSL color Cylindrical-coordinate representation of color #BCE4EB: hue angle of 188.94º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE4EB is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188228235-
CMYK0.20.0300.08
HSL188.94º54.02%82.94%-
HSV(B)188.94º20%92.16%-
XYZ63.4872.1889.18-
YUV216.84138.25107.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=28.88%
G=35.02%
B=36.10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882282350.20.0300.08188.9454.0282.94
HexBCE4EB14308bd3653
Octal27434435324301027566123
Binary101111001110010011101011101001101000101111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4EB; }

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

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

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

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

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

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

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

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