#BEF5FB

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

Shades of Onahau #BEF5FB

Tints of Onahau #BEF5FB

Color information

#BEF5FB (or 0xBEF5FB) is unknown color: approx Onahau. HEX triplet: BE, F5 and FB. RGB value is (190,245,251). Sum of RGB (Red+Green+Blue) = 190+245+251=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF5FB is #410A04. Grayscale: #E5E5E5. Windows color (decimal): -4262405 or 16512446. OLE color: 16512446.

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

Color convert

RGB190245251-
CMYK0.240.0200.02
HSL185.9º88.41%86.47%-
HSV(B)185.9º24.3%98.43%-
XYZ71.383.22103.57-
YUV229.24140.28100.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.70%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 251 (98.44% from 255) = 36.59%
R=27.70%
G=35.71%
B=36.59%

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
Decimal1902452510.240.0200.02185.988.4186.47
HexBEF5FB18202ba5856
Octal27636537330202272130126
Binary10111110111101011111101111000100101011101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF5FB; }

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

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

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

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

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

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

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

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