#BEE8FB

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

Shades of Onahau #BEE8FB

Tints of Onahau #BEE8FB

Color information

#BEE8FB (or 0xBEE8FB) is unknown color: approx Onahau. HEX triplet: BE, E8 and FB. RGB value is (190,232,251). Sum of RGB (Red+Green+Blue) = 190+232+251=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8FB is #411704. Grayscale: #DDDDDD. Windows color (decimal): -4265733 or 16509118. OLE color: 16509118.

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

Color convert

RGB190232251-
CMYK0.240.0800.02
HSL198.69º88.41%86.47%-
HSV(B)198.69º24.3%98.43%-
XYZ67.575.63102.31-
YUV221.61144.59105.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.23%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 251 (98.44% from 255) = 37.30%
R=28.23%
G=34.47%
B=37.30%

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
Decimal1902322510.240.0800.02198.6988.4186.47
HexBEE8FB18802c75856
Octal276350373301002307130126
Binary1011111011101000111110111100010000101100011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8FB; }

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

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

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

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

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

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

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

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