#B6DDB9

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

Shades of Fringy Flower #B6DDB9

Tints of Fringy Flower #B6DDB9

Color information

#B6DDB9 (or 0xB6DDB9) is unknown color: approx Fringy Flower. HEX triplet: B6, DD and B9. RGB value is (182,221,185). Sum of RGB (Red+Green+Blue) = 182+221+185=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDB9 is #492246. Grayscale: #CDCDCD. Windows color (decimal): -4792903 or 12180918. OLE color: 12180918.

HSL color Cylindrical-coordinate representation of color #B6DDB9: hue angle of 124.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DDB9 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB182221185-
CMYK0.1800.160.13
HSL124.62º36.45%79.02%-
HSV(B)124.62º17.65%86.67%-
XYZ53.965.1655.64-
YUV205.24116.58111.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.95%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=30.95%
G=37.59%
B=31.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1822211850.1800.160.13124.6236.4579.02
HexB6DDB912010D7d244f
Octal266335271220201517544117
Binary10110110110111011011100110010010000110111111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDB9; }

 p { color: rgb(182,221,185); }

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

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

 a { background-color: rgb(182,221,185); }

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

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

 span { border-color: rgb(182,221,185); }

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