#B0F2BF

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

Shades of Fringy Flower #B0F2BF

Tints of Fringy Flower #B0F2BF

Color information

#B0F2BF (or 0xB0F2BF) is unknown color: approx Fringy Flower. HEX triplet: B0, F2 and BF. RGB value is (176,242,191). Sum of RGB (Red+Green+Blue) = 176+242+191=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2BF is #4F0D40. Grayscale: #D8D8D8. Windows color (decimal): -5180737 or 12579504. OLE color: 12579504.

HSL color Cylindrical-coordinate representation of color #B0F2BF: hue angle of 133.64º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2BF is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB176242191-
CMYK0.2700.210.05
HSL133.64º71.74%81.96%-
HSV(B)133.64º27.27%94.9%-
XYZ59.0676.560.94-
YUV216.45113.6399.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 242 (94.92% from 255) = 39.74%
BLUE value IS 191 (75% from 255) = 31.36%
R=28.90%
G=39.74%
B=31.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421910.2700.210.05133.6471.7481.96
HexB0F2BF1B0155864852
Octal260362277330255206110122
Binary101100001111001010111111110110101011011000011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2BF; }

 p { color: rgb(176,242,191); }

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

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

 a { background-color: rgb(176,242,191); }

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

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

 span { border-color: rgb(176,242,191); }

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