#B0F0BC

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

Shades of Fringy Flower #B0F0BC

Tints of Fringy Flower #B0F0BC

Color information

#B0F0BC (or 0xB0F0BC) is unknown color: approx Fringy Flower. HEX triplet: B0, F0 and BC. RGB value is (176,240,188). Sum of RGB (Red+Green+Blue) = 176+240+188=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0BC is #4F0F43. Grayscale: #D7D7D7. Windows color (decimal): -5181252 or 12382384. OLE color: 12382384.

HSL color Cylindrical-coordinate representation of color #B0F0BC: hue angle of 131.25º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0BC is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB176240188-
CMYK0.2700.220.06
HSL131.25º68.09%81.57%-
HSV(B)131.25º26.67%94.12%-
XYZ58.1475.1859.02-
YUV214.94112.8100.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.14%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=29.14%
G=39.74%
B=31.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401880.2700.220.06131.2568.0981.57
HexB0F0BC1B0166834452
Octal260360274330266203104122
Binary101100001111000010111100110110101101101000001110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0BC; }

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

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

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

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

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

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

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

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