#B4FABB

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

Shades of Fringy Flower #B4FABB

Tints of Fringy Flower #B4FABB

Color information

#B4FABB (or 0xB4FABB) is unknown color: approx Fringy Flower. HEX triplet: B4, FA and BB. RGB value is (180,250,187). Sum of RGB (Red+Green+Blue) = 180+250+187=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FABB is #4B0544. Grayscale: #DEDEDE. Windows color (decimal): -4916549 or 12319412. OLE color: 12319412.

HSL color Cylindrical-coordinate representation of color #B4FABB: hue angle of 126º 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 #B4FABB is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB180250187-
CMYK0.2800.250.02
HSL126º87.5%84.31%-
HSV(B)126º28%98.04%-
XYZ61.9881.6659.51-
YUV221.89108.3198.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=29.17%
G=40.52%
B=30.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802501870.2800.250.0212687.584.31
HexB4FABB1C01927e5854
Octal264372273340312176130124
Binary1011010011111010101110111110001100110111111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FABB; }

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

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

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

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

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

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

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

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