#B0F7BC

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

Shades of Fringy Flower #B0F7BC

Tints of Fringy Flower #B0F7BC

Color information

#B0F7BC (or 0xB0F7BC) is unknown color: approx Fringy Flower. HEX triplet: B0, F7 and BC. RGB value is (176,247,188). Sum of RGB (Red+Green+Blue) = 176+247+188=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7BC is #4F0843. Grayscale: #DBDBDB. Windows color (decimal): -5179460 or 12384176. OLE color: 12384176.

HSL color Cylindrical-coordinate representation of color #B0F7BC: hue angle of 130.14º degrees, saturation: 0.82, 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 #B0F7BC is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB176247188-
CMYK0.2900.240.03
HSL130.14º81.61%82.94%-
HSV(B)130.14º28.74%96.86%-
XYZ60.2479.3859.72-
YUV219.04110.4897.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.81%
GREEN value IS 247 (96.88% from 255) = 40.43%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=28.81%
G=40.43%
B=30.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762471880.2900.240.03130.1481.6182.94
HexB0F7BC1D0183825253
Octal260367274350303202122123
Binary10110000111101111011110011101011000111000001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7BC; }

 p { color: rgb(176,247,188); }

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

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

 a { background-color: rgb(176,247,188); }

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

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

 span { border-color: rgb(176,247,188); }

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