#B5FFBF

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

Shades of Fringy Flower #B5FFBF

Tints of Fringy Flower #B5FFBF

Color information

#B5FFBF (or 0xB5FFBF) is unknown color: approx Fringy Flower. HEX triplet: B5, FF and BF. RGB value is (181,255,191). Sum of RGB (Red+Green+Blue) = 181+255+191=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFBF is #4A0040. Grayscale: #E1E1E1. Windows color (decimal): -4849729 or 12582837. OLE color: 12582837.

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

Color convert

RGB181255191-
CMYK0.2900.250
HSL128.11º100%85.49%-
HSV(B)128.11º29.02%100%-
XYZ64.2285.1162.33-
YUV225.58108.4896.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.87%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 191 (75% from 255) = 30.46%
R=28.87%
G=40.67%
B=30.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1812551910.2900.250128.1110085.49
HexB5FFBF1D0190806455
Octal265377277350310200144125
Binary1011010111111111101111111110101100101000000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FFBF; }

 p { color: rgb(181,255,191); }

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

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

 a { background-color: rgb(181,255,191); }

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

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

 span { border-color: rgb(181,255,191); }

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