#BEF3FA

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

Shades of Onahau #BEF3FA

Tints of Onahau #BEF3FA

Color information

#BEF3FA (or 0xBEF3FA) is unknown color: approx Onahau. HEX triplet: BE, F3 and FA. RGB value is (190,243,250). Sum of RGB (Red+Green+Blue) = 190+243+250=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF3FA is #410C05. Grayscale: #E3E3E3. Windows color (decimal): -4262918 or 16446398. OLE color: 16446398.

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

Color convert

RGB190243250-
CMYK0.240.0300.02
HSL187º85.71%86.27%-
HSV(B)187º24%98.04%-
XYZ70.5481.95102.54-
YUV227.95140.44100.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.82%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=27.82%
G=35.58%
B=36.60%

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
Decimal1902432500.240.0300.0218785.7186.27
HexBEF3FA18302bb5656
Octal27636337230302273126126
Binary10111110111100111111101011000110101011101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF3FA; }

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

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

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

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

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

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

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

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