#BEF5FA

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

Shades of Onahau #BEF5FA

Tints of Onahau #BEF5FA

Color information

#BEF5FA (or 0xBEF5FA) is unknown color: approx Onahau. HEX triplet: BE, F5 and FA. RGB value is (190,245,250). Sum of RGB (Red+Green+Blue) = 190+245+250=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5FA is #410A05. Grayscale: #E5E5E5. Windows color (decimal): -4262406 or 16446910. OLE color: 16446910.

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

Color convert

RGB190245250-
CMYK0.240.0200.02
HSL185º85.71%86.27%-
HSV(B)185º24%98.04%-
XYZ71.1483.15102.74-
YUV229.12139.78100.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.74%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=27.74%
G=35.77%
B=36.50%

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
Decimal1902452500.240.0200.0218585.7186.27
HexBEF5FA18202b95656
Octal27636537230202271126126
Binary10111110111101011111101011000100101011100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5FA; }

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

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

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

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

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

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

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

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