#BEF3F9

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

Shades of Onahau #BEF3F9

Tints of Onahau #BEF3F9

Color information

#BEF3F9 (or 0xBEF3F9) is unknown color: approx Onahau. HEX triplet: BE, F3 and F9. RGB value is (190,243,249). Sum of RGB (Red+Green+Blue) = 190+243+249=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEF3F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3F9 is #410C06. Grayscale: #E3E3E3. Windows color (decimal): -4262919 or 16380862. OLE color: 16380862.

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

Color convert

RGB190243249-
CMYK0.240.0200.02
HSL186.1º83.1%86.08%-
HSV(B)186.1º23.69%97.65%-
XYZ70.3881.89101.72-
YUV227.84139.94101.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.86%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 249 (97.66% from 255) = 36.51%
R=27.86%
G=35.63%
B=36.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902432490.240.0200.02186.183.186.08
HexBEF3F918202ba5356
Octal27636337130202272123126
Binary10111110111100111111100111000100101011101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3F9; }

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

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

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

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

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

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

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

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