#BEE8EE

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

Shades of Onahau #BEE8EE

Tints of Onahau #BEE8EE

Color information

#BEE8EE (or 0xBEE8EE) is unknown color: approx Onahau. HEX triplet: BE, E8 and EE. RGB value is (190,232,238). Sum of RGB (Red+Green+Blue) = 190+232+238=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8EE is #411711. Grayscale: #DCDCDC. Windows color (decimal): -4265746 or 15657150. OLE color: 15657150.

HSL color Cylindrical-coordinate representation of color #BEE8EE: hue angle of 187.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE8EE is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190232238-
CMYK0.200.0300.07
HSL187.5º58.54%83.92%-
HSV(B)187.5º20.17%93.33%-
XYZ65.5274.8391.88-
YUV220.13138.09106.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.79%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=28.79%
G=35.15%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902322380.200.0300.07187.558.5483.92
HexBEE8EE14307bc3b54
Octal2763503562430727473124
Binary10111110111010001110111010100110111101111001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8EE; }

 p { color: rgb(190,232,238); }

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

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

 a { background-color: rgb(190,232,238); }

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

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

 span { border-color: rgb(190,232,238); }

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