#b2f8bb

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

Shades of Fringy Flower #B2F8BB

Tints of Fringy Flower #B2F8BB

Color information

#B2F8BB (or 0xB2F8BB) is unknown color: approx Fringy Flower. HEX triplet: B2, F8 and BB. RGB value is (178,248,187). Sum of RGB (Red+Green+Blue) = 178+248+187=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8BB is #4D0744. Grayscale: #DCDCDC. Windows color (decimal): -5048133 or 12318898. OLE color: 12318898.

HSL color Cylindrical-coordinate representation of color #B2F8BB: hue angle of 127.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8BB is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB178248187-
CMYK0.2800.250.03
HSL127.71º83.33%83.53%-
HSV(B)127.71º28.23%97.25%-
XYZ60.980.1959.28-
YUV220.12109.3197.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.04%
GREEN value IS 248 (97.27% from 255) = 40.46%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=29.04%
G=40.46%
B=30.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782481870.2800.250.03127.7183.3383.53
HexB2F8BB1C0193805354
Octal262370273340313200123124
Binary10110010111110001011101111100011001111000000010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2f8bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2f8bb; }

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

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

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

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

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

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

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

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