#B5FDBE

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

Shades of Fringy Flower #B5FDBE

Tints of Fringy Flower #B5FDBE

Color information

#B5FDBE (or 0xB5FDBE) is unknown color: approx Fringy Flower. HEX triplet: B5, FD and BE. RGB value is (181,253,190). Sum of RGB (Red+Green+Blue) = 181+253+190=624 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.01% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FDBE is #4A0241. Grayscale: #E0E0E0. Windows color (decimal): -4850242 or 12516789. OLE color: 12516789.

HSL color Cylindrical-coordinate representation of color #B5FDBE: hue angle of 127.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDBE is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB181253190-
CMYK0.2800.250.01
HSL127.5º94.74%85.1%-
HSV(B)127.5º28.46%99.22%-
XYZ63.4883.7961.54-
YUV224.29108.6597.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.01%
GREEN value IS 253 (99.22% from 255) = 40.54%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=29.01%
G=40.54%
B=30.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812531900.2800.250.01127.594.7485.1
HexB5FDBE1C0191805f55
Octal265375276340311200137125
Binary1011010111111101101111101110001100111000000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FDBE; }

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

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

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

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

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

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

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

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