#B2FBB9

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

Shades of Fringy Flower #B2FBB9

Tints of Fringy Flower #B2FBB9

Color information

#B2FBB9 (or 0xB2FBB9) is unknown color: approx Fringy Flower. HEX triplet: B2, FB and B9. RGB value is (178,251,185). Sum of RGB (Red+Green+Blue) = 178+251+185=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBB9 is #4D0446. Grayscale: #DDDDDD. Windows color (decimal): -5047367 or 12188594. OLE color: 12188594.

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

Color convert

RGB178251185-
CMYK0.2900.260.02
HSL125.75º90.12%84.12%-
HSV(B)125.75º29.08%98.43%-
XYZ61.6181.9658.47-
YUV221.65107.3296.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.99%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=28.99%
G=40.88%
B=30.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511850.2900.260.02125.7590.1284.12
HexB2FBB91D01A27e5a54
Octal262373271350322176132124
Binary1011001011111011101110011110101101010111111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBB9; }

 p { color: rgb(178,251,185); }

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

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

 a { background-color: rgb(178,251,185); }

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

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

 span { border-color: rgb(178,251,185); }

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