#BCE2EB

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

Shades of Onahau #BCE2EB

Tints of Onahau #BCE2EB

Color information

#BCE2EB (or 0xBCE2EB) is unknown color: approx Onahau. HEX triplet: BC, E2 and EB. RGB value is (188,226,235). Sum of RGB (Red+Green+Blue) = 188+226+235=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EB is #431D14. Grayscale: #D7D7D7. Windows color (decimal): -4398357 or 15459004. OLE color: 15459004.

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

Color convert

RGB188226235-
CMYK0.20.0400.08
HSL191.49º54.02%82.94%-
HSV(B)191.49º20%92.16%-
XYZ62.9371.0889-
YUV215.66138.91108.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=28.97%
G=34.82%
B=36.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882262350.20.0400.08191.4954.0282.94
HexBCE2EB14408bf3653
Octal27434235324401027766123
Binary1011110011100010111010111010010001000101111111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2EB; }

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

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

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

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

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

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

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

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