#B2FBBB

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

Shades of Fringy Flower #B2FBBB

Tints of Fringy Flower #B2FBBB

Color information

#B2FBBB (or 0xB2FBBB) is unknown color: approx Fringy Flower. HEX triplet: B2, FB and BB. RGB value is (178,251,187). Sum of RGB (Red+Green+Blue) = 178+251+187=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBBB is #4D0444. Grayscale: #DEDEDE. Windows color (decimal): -5047365 or 12319666. OLE color: 12319666.

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

Color convert

RGB178251187-
CMYK0.2900.250.02
HSL127.4º90.12%84.12%-
HSV(B)127.4º29.08%98.43%-
XYZ61.8382.0559.59-
YUV221.88108.3296.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.90%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=28.90%
G=40.75%
B=30.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511870.2900.250.02127.490.1284.12
HexB2FBBB1D01927f5a54
Octal262373273350312177132124
Binary1011001011111011101110111110101100110111111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBBB; }

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

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

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

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

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

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

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

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