#B4DABB

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

Shades of Fringy Flower #B4DABB

Tints of Fringy Flower #B4DABB

Color information

#B4DABB (or 0xB4DABB) is unknown color: approx Fringy Flower. HEX triplet: B4, DA and BB. RGB value is (180,218,187). Sum of RGB (Red+Green+Blue) = 180+218+187=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DABB is #4B2544. Grayscale: #CBCBCB. Windows color (decimal): -4924741 or 12311220. OLE color: 12311220.

HSL color Cylindrical-coordinate representation of color #B4DABB: hue angle of 131.05º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4DABB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB180218187-
CMYK0.1700.140.15
HSL131.05º33.93%78.04%-
HSV(B)131.05º17.43%85.49%-
XYZ52.8663.4356.47-
YUV203.1118.91111.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.77%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=30.77%
G=37.26%
B=31.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802181870.1700.140.15131.0533.9378.04
HexB4DABB110EF83224e
Octal264332273210161720342116
Binary10110100110110101011101110001011101111100000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DABB; }

 p { color: rgb(180,218,187); }

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

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

 a { background-color: rgb(180,218,187); }

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

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

 span { border-color: rgb(180,218,187); }

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