#B4DDB9

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

Shades of Fringy Flower #B4DDB9

Tints of Fringy Flower #B4DDB9

Color information

#B4DDB9 (or 0xB4DDB9) is unknown color: approx Fringy Flower. HEX triplet: B4, DD and B9. RGB value is (180,221,185). Sum of RGB (Red+Green+Blue) = 180+221+185=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDB9 is #4B2246. Grayscale: #CCCCCC. Windows color (decimal): -4923975 or 12180916. OLE color: 12180916.

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

Color convert

RGB180221185-
CMYK0.1900.160.13
HSL127.32º37.61%78.63%-
HSV(B)127.32º18.55%86.67%-
XYZ53.4464.9255.61-
YUV204.64116.92110.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=30.72%
G=37.71%
B=31.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211850.1900.160.13127.3237.6178.63
HexB4DDB913010D7f264f
Octal264335271230201517746117
Binary10110100110111011011100110011010000110111111111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DDB9; }

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

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

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

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

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

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

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

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