#BEE5F9

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

Shades of Onahau #BEE5F9

Tints of Onahau #BEE5F9

Color information

#BEE5F9 (or 0xBEE5F9) is unknown color: approx Onahau. HEX triplet: BE, E5 and F9. RGB value is (190,229,249). Sum of RGB (Red+Green+Blue) = 190+229+249=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5F9 is #411A06. Grayscale: #DBDBDB. Windows color (decimal): -4266503 or 16377278. OLE color: 16377278.

HSL color Cylindrical-coordinate representation of color #BEE5F9: hue angle of 200.34º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEE5F9 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190229249-
CMYK0.240.0800.02
HSL200.34º83.1%86.08%-
HSV(B)200.34º23.69%97.65%-
XYZ66.3573.83100.38-
YUV219.62144.58106.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 249 (97.66% from 255) = 37.28%
R=28.44%
G=34.28%
B=37.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902292490.240.0800.02200.3483.186.08
HexBEE5F918802c85356
Octal276345371301002310123126
Binary1011111011100101111110011100010000101100100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE5F9; }

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

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

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

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

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

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

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

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