#BEE5E7

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

Shades of Onahau #BEE5E7

Tints of Onahau #BEE5E7

Color information

#BEE5E7 (or 0xBEE5E7) is unknown color: approx Onahau. HEX triplet: BE, E5 and E7. RGB value is (190,229,231). Sum of RGB (Red+Green+Blue) = 190+229+231=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEE5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5E7 is #411A18. Grayscale: #D9D9D9. Windows color (decimal): -4266521 or 15197630. OLE color: 15197630.

HSL color Cylindrical-coordinate representation of color #BEE5E7: hue angle of 182.93º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE5E7 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190229231-
CMYK0.180.0100.09
HSL182.93º46.07%82.55%-
HSV(B)182.93º17.75%90.59%-
XYZ63.6872.7686.29-
YUV217.57135.58108.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.23%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 231 (90.62% from 255) = 35.54%
R=29.23%
G=35.23%
B=35.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902292310.180.0100.09182.9346.0782.55
HexBEE5E712109b72e53
Octal27634534722101126756123
Binary10111110111001011110011110010101001101101111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5E7; }

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

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

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

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

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

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

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

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