#B0DAB6

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

Shades of Fringy Flower #B0DAB6

Tints of Fringy Flower #B0DAB6

Color information

#B0DAB6 (or 0xB0DAB6) is unknown color: approx Fringy Flower. HEX triplet: B0, DA and B6. RGB value is (176,218,182). Sum of RGB (Red+Green+Blue) = 176+218+182=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DAB6 is #4F2549. Grayscale: #C9C9C9. Windows color (decimal): -5186890 or 11983536. OLE color: 11983536.

HSL color Cylindrical-coordinate representation of color #B0DAB6: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DAB6 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB176218182-
CMYK0.1900.170.15
HSL128.57º36.21%77.25%-
HSV(B)128.57º19.27%85.49%-
XYZ51.4262.7553.66-
YUV201.34117.09109.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=30.56%
G=37.85%
B=31.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762181820.1900.170.15128.5736.2177.25
HexB0DAB613011F81244d
Octal260332266230211720144115
Binary101100001101101010110110100110100011111100000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAB6; }

 p { color: rgb(176,218,182); }

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

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

 a { background-color: rgb(176,218,182); }

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

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

 span { border-color: rgb(176,218,182); }

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