#B0DDBD

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

Shades of Fringy Flower #B0DDBD

Tints of Fringy Flower #B0DDBD

Color information

#B0DDBD (or 0xB0DDBD) is unknown color: approx Fringy Flower. HEX triplet: B0, DD and BD. RGB value is (176,221,189). Sum of RGB (Red+Green+Blue) = 176+221+189=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDBD is #4F2242. Grayscale: #CBCBCB. Windows color (decimal): -5186115 or 12443056. OLE color: 12443056.

HSL color Cylindrical-coordinate representation of color #B0DDBD: hue angle of 137.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDBD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB176221189-
CMYK0.2000.140.13
HSL137.33º39.82%77.84%-
HSV(B)137.33º20.36%86.67%-
XYZ52.9564.6257.83-
YUV203.9119.59108.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=30.03%
G=37.71%
B=32.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762211890.2000.140.13137.3339.8277.84
HexB0DDBD140ED89284e
Octal260335275240161521150116
Binary10110000110111011011110110100011101101100010011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDBD; }

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

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

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

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

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

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

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

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