#BCE9EB

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

Shades of Onahau #BCE9EB

Tints of Onahau #BCE9EB

Color information

#BCE9EB (or 0xBCE9EB) is unknown color: approx Onahau. HEX triplet: BC, E9 and EB. RGB value is (188,233,235). Sum of RGB (Red+Green+Blue) = 188+233+235=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EB is #431614. Grayscale: #DBDBDB. Windows color (decimal): -4396565 or 15460796. OLE color: 15460796.

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

Color convert

RGB188233235-
CMYK0.20.0100.08
HSL182.55º54.02%82.94%-
HSV(B)182.55º20%92.16%-
XYZ64.8774.9789.65-
YUV219.77136.59105.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 233 (91.41% from 255) = 35.52%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=28.66%
G=35.52%
B=35.82%

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
Decimal1882332350.20.0100.08182.5554.0282.94
HexBCE9EB14108b73653
Octal27435135324101026766123
Binary10111100111010011110101110100101000101101111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9EB; }

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

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

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

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

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

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

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

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