#B4FFBD

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

Shades of Fringy Flower #B4FFBD

Tints of Fringy Flower #B4FFBD

Color information

#B4FFBD (or 0xB4FFBD) is unknown color: approx Fringy Flower. HEX triplet: B4, FF and BD. RGB value is (180,255,189). Sum of RGB (Red+Green+Blue) = 180+255+189=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFBD is #4B0042. Grayscale: #E1E1E1. Windows color (decimal): -4915267 or 12451764. OLE color: 12451764.

HSL color Cylindrical-coordinate representation of color #B4FFBD: hue angle of 127.2º 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 #B4FFBD is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB180255189-
CMYK0.2900.260
HSL127.2º100%85.29%-
HSV(B)127.2º29.41%100%-
XYZ63.7784.961.17-
YUV225.05107.6595.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=28.85%
G=40.87%
B=30.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802551890.2900.260127.210085.29
HexB4FFBD1D01A07f6455
Octal264377275350320177144125
Binary101101001111111110111101111010110100111111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFBD; }

 p { color: rgb(180,255,189); }

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

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

 a { background-color: rgb(180,255,189); }

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

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

 span { border-color: rgb(180,255,189); }

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