#B0F8B7

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

Shades of Fringy Flower #B0F8B7

Tints of Fringy Flower #B0F8B7

Color information

#B0F8B7 (or 0xB0F8B7) is unknown color: approx Fringy Flower. HEX triplet: B0, F8 and B7. RGB value is (176,248,183). Sum of RGB (Red+Green+Blue) = 176+248+183=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8B7 is #4F0748. Grayscale: #DBDBDB. Windows color (decimal): -5179209 or 12056752. OLE color: 12056752.

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

Color convert

RGB176248183-
CMYK0.2900.260.03
HSL125.83º83.72%83.14%-
HSV(B)125.83º29.03%97.25%-
XYZ60.0279.7857.04-
YUV219.06107.6597.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 248 (97.27% from 255) = 40.86%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=29.00%
G=40.86%
B=30.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762481830.2900.260.03125.8383.7283.14
HexB0F8B71D01A37e5453
Octal260370267350323176124123
Binary1011000011111000101101111110101101011111111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F8B7; }

 p { color: rgb(176,248,183); }

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

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

 a { background-color: rgb(176,248,183); }

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

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

 span { border-color: rgb(176,248,183); }

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