#B4DCBD

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

Shades of Fringy Flower #B4DCBD

Tints of Fringy Flower #B4DCBD

Color information

#B4DCBD (or 0xB4DCBD) is unknown color: approx Fringy Flower. HEX triplet: B4, DC and BD. RGB value is (180,220,189). Sum of RGB (Red+Green+Blue) = 180+220+189=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCBD is #4B2342. Grayscale: #CCCCCC. Windows color (decimal): -4924227 or 12442804. OLE color: 12442804.

HSL color Cylindrical-coordinate representation of color #B4DCBD: hue angle of 133.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 #B4DCBD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB180220189-
CMYK0.1800.140.14
HSL133.5º36.36%78.43%-
HSV(B)133.5º18.18%86.27%-
XYZ53.664.5657.78-
YUV204.51119.25110.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=30.56%
G=37.35%
B=32.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802201890.1800.140.14133.536.3678.43
HexB4DCBD120EE86244e
Octal264334275220161620644116
Binary10110100110111001011110110010011101110100001101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DCBD; }

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

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

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

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

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

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

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

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