#BEE9F9

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

Shades of Onahau #BEE9F9

Tints of Onahau #BEE9F9

Color information

#BEE9F9 (or 0xBEE9F9) is unknown color: approx Onahau. HEX triplet: BE, E9 and F9. RGB value is (190,233,249). Sum of RGB (Red+Green+Blue) = 190+233+249=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9F9 is #411606. Grayscale: #DDDDDD. Windows color (decimal): -4265479 or 16378302. OLE color: 16378302.

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

Color convert

RGB190233249-
CMYK0.240.0600.02
HSL196.27º83.1%86.08%-
HSV(B)196.27º23.69%97.65%-
XYZ67.4776.06100.75-
YUV221.97143.25105.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.27%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=28.27%
G=34.67%
B=37.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902332490.240.0600.02196.2783.186.08
HexBEE9F918602c45356
Octal27635137130602304123126
Binary101111101110100111111001110001100101100010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE9F9; }

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

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

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

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

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

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

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

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