#B4FABF

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

Shades of Fringy Flower #B4FABF

Tints of Fringy Flower #B4FABF

Color information

#B4FABF (or 0xB4FABF) is unknown color: approx Fringy Flower. HEX triplet: B4, FA and BF. RGB value is (180,250,191). Sum of RGB (Red+Green+Blue) = 180+250+191=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FABF is #4B0540. Grayscale: #DEDEDE. Windows color (decimal): -4916545 or 12581556. OLE color: 12581556.

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

Color convert

RGB180250191-
CMYK0.2800.240.02
HSL129.43º87.5%84.31%-
HSV(B)129.43º28%98.04%-
XYZ62.4181.8461.8-
YUV222.34110.3197.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.99%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 191 (75% from 255) = 30.76%
R=28.99%
G=40.26%
B=30.76%

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
Decimal1802501910.2800.240.02129.4387.584.31
HexB4FABF1C0182815854
Octal264372277340302201130124
Binary10110100111110101011111111100011000101000000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FABF; }

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

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

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

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

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

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

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

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