#BCE9EA

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

Shades of Onahau #BCE9EA

Tints of Onahau #BCE9EA

Color information

#BCE9EA (or 0xBCE9EA) is unknown color: approx Onahau. HEX triplet: BC, E9 and EA. RGB value is (188,233,234). Sum of RGB (Red+Green+Blue) = 188+233+234=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EA is #431615. Grayscale: #DBDBDB. Windows color (decimal): -4396566 or 15395260. OLE color: 15395260.

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

Color convert

RGB188233234-
CMYK0.200.0000.08
HSL181.3º52.27%82.75%-
HSV(B)181.3º19.66%91.76%-
XYZ64.7374.9188.89-
YUV219.66136.09105.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=28.70%
G=35.57%
B=35.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882332340.200.0000.08181.352.2782.75
HexBCE9EA14008b53453
Octal27435135224001026564123
Binary10111100111010011110101010100001000101101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9EA; }

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

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

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

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

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

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

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

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