#BEF2FA

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

Shades of Onahau #BEF2FA

Tints of Onahau #BEF2FA

Color information

#BEF2FA (or 0xBEF2FA) is unknown color: approx Onahau. HEX triplet: BE, F2 and FA. RGB value is (190,242,250). Sum of RGB (Red+Green+Blue) = 190+242+250=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FA is #410D05. Grayscale: #E3E3E3. Windows color (decimal): -4263174 or 16446142. OLE color: 16446142.

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

Color convert

RGB190242250-
CMYK0.240.0300.02
HSL188º85.71%86.27%-
HSV(B)188º24%98.04%-
XYZ70.2481.35102.44-
YUV227.36140.77101.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.86%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=27.86%
G=35.48%
B=36.66%

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
Decimal1902422500.240.0300.0218885.7186.27
HexBEF2FA18302bc5656
Octal27636237230302274126126
Binary10111110111100101111101011000110101011110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2FA; }

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

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

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

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

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

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

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

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