#B5FABE

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

Shades of Fringy Flower #B5FABE

Tints of Fringy Flower #B5FABE

Color information

#B5FABE (or 0xB5FABE) is unknown color: approx Fringy Flower. HEX triplet: B5, FA and BE. RGB value is (181,250,190). Sum of RGB (Red+Green+Blue) = 181+250+190=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FABE is #4A0541. Grayscale: #DEDEDE. Windows color (decimal): -4851010 or 12516021. OLE color: 12516021.

HSL color Cylindrical-coordinate representation of color #B5FABE: hue angle of 127.83º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FABE is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB181250190-
CMYK0.2800.240.02
HSL127.83º87.34%84.51%-
HSV(B)127.83º27.6%98.04%-
XYZ62.5481.9161.23-
YUV222.53109.6498.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=29.15%
G=40.26%
B=30.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1812501900.2800.240.02127.8387.3484.51
HexB5FABE1C0182805755
Octal265372276340302200127125
Binary10110101111110101011111011100011000101000000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FABE; }

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

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

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

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

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

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

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

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