#BCE6EA

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

Shades of Onahau #BCE6EA

Tints of Onahau #BCE6EA

Color information

#BCE6EA (or 0xBCE6EA) is unknown color: approx Onahau. HEX triplet: BC, E6 and EA. RGB value is (188,230,234). Sum of RGB (Red+Green+Blue) = 188+230+234=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6EA is #431915. Grayscale: #D9D9D9. Windows color (decimal): -4397334 or 15394492. OLE color: 15394492.

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

Color convert

RGB188230234-
CMYK0.200.0200.08
HSL185.22º52.27%82.75%-
HSV(B)185.22º19.66%91.76%-
XYZ63.8973.2388.61-
YUV217.9137.09106.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 230 (90.23% from 255) = 35.28%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=28.83%
G=35.28%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882302340.200.0200.08185.2252.2782.75
HexBCE6EA14208b93453
Octal27434635224201027164123
Binary101111001110011011101010101001001000101110011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6EA; }

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

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

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

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

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

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

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

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