#BEF4FA

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

Shades of Onahau #BEF4FA

Tints of Onahau #BEF4FA

Color information

#BEF4FA (or 0xBEF4FA) is unknown color: approx Onahau. HEX triplet: BE, F4 and FA. RGB value is (190,244,250). Sum of RGB (Red+Green+Blue) = 190+244+250=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 244 (95.70% from 255 or 35.67% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF4FA is #410B05. Grayscale: #E4E4E4. Windows color (decimal): -4262662 or 16446654. OLE color: 16446654.

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

Color convert

RGB190244250-
CMYK0.240.0200.02
HSL186º85.71%86.27%-
HSV(B)186º24%98.04%-
XYZ70.8482.55102.64-
YUV228.54140.11100.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 244 (95.70% from 255) = 35.67%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=27.78%
G=35.67%
B=36.55%

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
Decimal1902442500.240.0200.0218685.7186.27
HexBEF4FA18202ba5656
Octal27636437230202272126126
Binary10111110111101001111101011000100101011101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF4FA; }

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

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

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

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

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

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

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

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