#B4FABD

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

Shades of Fringy Flower #B4FABD

Tints of Fringy Flower #B4FABD

Color information

#B4FABD (or 0xB4FABD) is unknown color: approx Fringy Flower. HEX triplet: B4, FA and BD. RGB value is (180,250,189). Sum of RGB (Red+Green+Blue) = 180+250+189=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FABD is #4B0542. Grayscale: #DEDEDE. Windows color (decimal): -4916547 or 12450484. OLE color: 12450484.

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

Color convert

RGB180250189-
CMYK0.2800.240.02
HSL127.71º87.5%84.31%-
HSV(B)127.71º28%98.04%-
XYZ62.1981.7560.65-
YUV222.12109.3197.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.08%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=29.08%
G=40.39%
B=30.53%

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
Decimal1802501890.2800.240.02127.7187.584.31
HexB4FABD1C0182805854
Octal264372275340302200130124
Binary10110100111110101011110111100011000101000000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FABD; }

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

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

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

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

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

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

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

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