#BCE8EB

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

Shades of Onahau #BCE8EB

Tints of Onahau #BCE8EB

Color information

#BCE8EB (or 0xBCE8EB) is unknown color: approx Onahau. HEX triplet: BC, E8 and EB. RGB value is (188,232,235). Sum of RGB (Red+Green+Blue) = 188+232+235=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EB is #431714. Grayscale: #DBDBDB. Windows color (decimal): -4396821 or 15460540. OLE color: 15460540.

HSL color Cylindrical-coordinate representation of color #BCE8EB: hue angle of 183.83º 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 #BCE8EB is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188232235-
CMYK0.20.0100.08
HSL183.83º54.02%82.94%-
HSV(B)183.83º20%92.16%-
XYZ64.5974.489.55-
YUV219.19136.92105.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=28.70%
G=35.42%
B=35.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882322350.20.0100.08183.8354.0282.94
HexBCE8EB14108b83653
Octal27435035324101027066123
Binary10111100111010001110101110100101000101110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8EB; }

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

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

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

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

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

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

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

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