#B0DBBD

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

Shades of Fringy Flower #B0DBBD

Tints of Fringy Flower #B0DBBD

Color information

#B0DBBD (or 0xB0DBBD) is unknown color: approx Fringy Flower. HEX triplet: B0, DB and BD. RGB value is (176,219,189). Sum of RGB (Red+Green+Blue) = 176+219+189=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBBD is #4F2442. Grayscale: #CACACA. Windows color (decimal): -5186627 or 12442544. OLE color: 12442544.

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

Color convert

RGB176219189-
CMYK0.2000.140.14
HSL138.14º37.39%77.45%-
HSV(B)138.14º19.63%85.88%-
XYZ52.4263.5757.65-
YUV202.72120.25108.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.14%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=30.14%
G=37.5%
B=32.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762191890.2000.140.14138.1437.3977.45
HexB0DBBD140EE8a254d
Octal260333275240161621245115
Binary10110000110110111011110110100011101110100010101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBBD; }

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

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

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

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

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

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

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

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