#B0DCB7

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

Shades of Fringy Flower #B0DCB7

Tints of Fringy Flower #B0DCB7

Color information

#B0DCB7 (or 0xB0DCB7) is unknown color: approx Fringy Flower. HEX triplet: B0, DC and B7. RGB value is (176,220,183). Sum of RGB (Red+Green+Blue) = 176+220+183=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCB7 is #4F2348. Grayscale: #CACACA. Windows color (decimal): -5186377 or 12049584. OLE color: 12049584.

HSL color Cylindrical-coordinate representation of color #B0DCB7: hue angle of 129.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCB7 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB176220183-
CMYK0.200.170.14
HSL129.55º38.6%77.65%-
HSV(B)129.55º20%86.27%-
XYZ52.0463.8454.38-
YUV202.63116.92109.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.40%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=30.40%
G=38.00%
B=31.61%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201830.200.170.14129.5538.677.65
HexB0DCB714011E82274e
Octal260334267240211620247116
Binary101100001101110010110111101000100011110100000101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCB7; }

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

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

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

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

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

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

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

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