#B0F0BD

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

Shades of Fringy Flower #B0F0BD

Tints of Fringy Flower #B0F0BD

Color information

#B0F0BD (or 0xB0F0BD) is unknown color: approx Fringy Flower. HEX triplet: B0, F0 and BD. RGB value is (176,240,189). Sum of RGB (Red+Green+Blue) = 176+240+189=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0BD is #4F0F42. Grayscale: #D7D7D7. Windows color (decimal): -5181251 or 12447920. OLE color: 12447920.

HSL color Cylindrical-coordinate representation of color #B0F0BD: hue angle of 132.19º 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 #B0F0BD is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB176240189-
CMYK0.2700.210.06
HSL132.19º68.09%81.57%-
HSV(B)132.19º26.67%94.12%-
XYZ58.2575.2259.59-
YUV215.05113.3100.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.09%
GREEN value IS 240 (94.14% from 255) = 39.67%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=29.09%
G=39.67%
B=31.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401890.2700.210.06132.1968.0981.57
HexB0F0BD1B0156844452
Octal260360275330256204104122
Binary101100001111000010111101110110101011101000010010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0BD; }

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

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

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

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

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

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

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

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