#BCE2EA

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

Shades of Onahau #BCE2EA

Tints of Onahau #BCE2EA

Color information

#BCE2EA (or 0xBCE2EA) is unknown color: approx Onahau. HEX triplet: BC, E2 and EA. RGB value is (188,226,234). Sum of RGB (Red+Green+Blue) = 188+226+234=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EA is #431D15. Grayscale: #D7D7D7. Windows color (decimal): -4398358 or 15393468. OLE color: 15393468.

HSL color Cylindrical-coordinate representation of color #BCE2EA: hue angle of 190.43º degrees, saturation: 0.52, 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 #BCE2EA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188226234-
CMYK0.200.0300.08
HSL190.43º52.27%82.75%-
HSV(B)190.43º19.66%91.76%-
XYZ62.7971.0288.24-
YUV215.55138.41108.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 226 (88.67% from 255) = 34.88%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=29.01%
G=34.88%
B=36.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882262340.200.0300.08190.4352.2782.75
HexBCE2EA14308be3453
Octal27434235224301027664123
Binary101111001110001011101010101001101000101111101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2EA; }

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

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

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

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

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

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

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

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