#BEE9FA

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

Shades of Onahau #BEE9FA

Tints of Onahau #BEE9FA

Color information

#BEE9FA (or 0xBEE9FA) is unknown color: approx Onahau. HEX triplet: BE, E9 and FA. RGB value is (190,233,250). Sum of RGB (Red+Green+Blue) = 190+233+250=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9FA is #411605. Grayscale: #DDDDDD. Windows color (decimal): -4265478 or 16443838. OLE color: 16443838.

HSL color Cylindrical-coordinate representation of color #BEE9FA: hue angle of 197º degrees, saturation: 0.86, 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 #BEE9FA is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190233250-
CMYK0.240.0700.02
HSL197º85.71%86.27%-
HSV(B)197º24%98.04%-
XYZ67.6376.13101.57-
YUV222.08143.75105.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 233 (91.41% from 255) = 34.62%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=28.23%
G=34.62%
B=37.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902332500.240.0700.0219785.7186.27
HexBEE9FA18702c55656
Octal27635137230702305126126
Binary101111101110100111111010110001110101100010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9FA; }

 p { color: rgb(190,233,250); }

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

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

 a { background-color: rgb(190,233,250); }

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

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

 span { border-color: rgb(190,233,250); }

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