#BEE5EE

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

Shades of Onahau #BEE5EE

Tints of Onahau #BEE5EE

Color information

#BEE5EE (or 0xBEE5EE) is unknown color: approx Onahau. HEX triplet: BE, E5 and EE. RGB value is (190,229,238). Sum of RGB (Red+Green+Blue) = 190+229+238=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5EE is #411A11. Grayscale: #DADADA. Windows color (decimal): -4266514 or 15656382. OLE color: 15656382.

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

Color convert

RGB190229238-
CMYK0.200.0400.07
HSL191.25º58.54%83.92%-
HSV(B)191.25º20.17%93.33%-
XYZ64.6973.1691.6-
YUV218.36139.08107.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=28.92%
G=34.86%
B=36.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902292380.200.0400.07191.2558.5483.92
HexBEE5EE14407bf3b54
Octal2763453562440727773124
Binary101111101110010111101110101001000111101111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5EE; }

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

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

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

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

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

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

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

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