#B4DEBD

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

Shades of Fringy Flower #B4DEBD

Tints of Fringy Flower #B4DEBD

Color information

#B4DEBD (or 0xB4DEBD) is unknown color: approx Fringy Flower. HEX triplet: B4, DE and BD. RGB value is (180,222,189). Sum of RGB (Red+Green+Blue) = 180+222+189=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEBD is #4B2142. Grayscale: #CDCDCD. Windows color (decimal): -4923715 or 12443316. OLE color: 12443316.

HSL color Cylindrical-coordinate representation of color #B4DEBD: hue angle of 132.86º degrees, saturation: 0.39, 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 #B4DEBD is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB180222189-
CMYK0.1900.150.13
HSL132.86º38.89%78.82%-
HSV(B)132.86º18.92%87.06%-
XYZ54.1365.6257.96-
YUV205.68118.59109.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=30.46%
G=37.56%
B=31.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221890.1900.150.13132.8638.8978.82
HexB4DEBD130FD85274f
Octal264336275230171520547117
Binary10110100110111101011110110011011111101100001011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DEBD; }

 p { color: rgb(180,222,189); }

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

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

 a { background-color: rgb(180,222,189); }

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

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

 span { border-color: rgb(180,222,189); }

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