#B4DCB9

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

Shades of Fringy Flower #B4DCB9

Tints of Fringy Flower #B4DCB9

Color information

#B4DCB9 (or 0xB4DCB9) is unknown color: approx Fringy Flower. HEX triplet: B4, DC and B9. RGB value is (180,220,185). Sum of RGB (Red+Green+Blue) = 180+220+185=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCB9 is #4B2346. Grayscale: #CCCCCC. Windows color (decimal): -4924231 or 12180660. OLE color: 12180660.

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

Color convert

RGB180220185-
CMYK0.1800.160.14
HSL127.5º36.36%78.43%-
HSV(B)127.5º18.18%86.27%-
XYZ53.1764.3955.53-
YUV204.05117.25110.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=30.77%
G=37.61%
B=31.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201850.1800.160.14127.536.3678.43
HexB4DCB912010E7f244e
Octal264334271220201617744116
Binary10110100110111001011100110010010000111011111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCB9; }

 p { color: rgb(180,220,185); }

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

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

 a { background-color: rgb(180,220,185); }

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

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

 span { border-color: rgb(180,220,185); }

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