#B2F9BB

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

Shades of Fringy Flower #B2F9BB

Tints of Fringy Flower #B2F9BB

Color information

#B2F9BB (or 0xB2F9BB) is unknown color: approx Fringy Flower. HEX triplet: B2, F9 and BB. RGB value is (178,249,187). Sum of RGB (Red+Green+Blue) = 178+249+187=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9BB is #4D0644. Grayscale: #DCDCDC. Windows color (decimal): -5047877 or 12319154. OLE color: 12319154.

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

Color convert

RGB178249187-
CMYK0.2900.250.02
HSL127.61º85.54%83.73%-
HSV(B)127.61º28.51%97.65%-
XYZ61.2180.859.38-
YUV220.7108.9897.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.99%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=28.99%
G=40.55%
B=30.46%

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
Decimal1782491870.2900.250.02127.6185.5483.73
HexB2F9BB1D0192805654
Octal262371273350312200126124
Binary10110010111110011011101111101011001101000000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F9BB; }

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

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

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

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

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

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

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

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