#BEF1F9

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

Shades of Onahau #BEF1F9

Tints of Onahau #BEF1F9

Color information

#BEF1F9 (or 0xBEF1F9) is unknown color: approx Onahau. HEX triplet: BE, F1 and F9. RGB value is (190,241,249). Sum of RGB (Red+Green+Blue) = 190+241+249=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1F9 is #410E06. Grayscale: #E2E2E2. Windows color (decimal): -4263431 or 16380350. OLE color: 16380350.

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

Color convert

RGB190241249-
CMYK0.240.0300.02
HSL188.14º83.1%86.08%-
HSV(B)188.14º23.69%97.65%-
XYZ69.7980.7101.52-
YUV226.66140.6101.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.94%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 249 (97.66% from 255) = 36.62%
R=27.94%
G=35.44%
B=36.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902412490.240.0300.02188.1483.186.08
HexBEF1F918302bc5356
Octal27636137130302274123126
Binary10111110111100011111100111000110101011110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1F9; }

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

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

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

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

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

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

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

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