#BEE8FA

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

Shades of Onahau #BEE8FA

Tints of Onahau #BEE8FA

Color information

#BEE8FA (or 0xBEE8FA) is unknown color: approx Onahau. HEX triplet: BE, E8 and FA. RGB value is (190,232,250). Sum of RGB (Red+Green+Blue) = 190+232+250=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8FA is #411705. Grayscale: #DDDDDD. Windows color (decimal): -4265734 or 16443582. OLE color: 16443582.

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

Color convert

RGB190232250-
CMYK0.240.0700.02
HSL198º85.71%86.27%-
HSV(B)198º24%98.04%-
XYZ67.3575.56101.48-
YUV221.49144.09105.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=28.27%
G=34.52%
B=37.20%

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
Decimal1902322500.240.0700.0219885.7186.27
HexBEE8FA18702c65656
Octal27635037230702306126126
Binary101111101110100011111010110001110101100011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8FA; }

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

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

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

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

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

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

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

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