#B4D9BE

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

Shades of Fringy Flower #B4D9BE

Tints of Fringy Flower #B4D9BE

Color information

#B4D9BE (or 0xB4D9BE) is unknown color: approx Fringy Flower. HEX triplet: B4, D9 and BE. RGB value is (180,217,190). Sum of RGB (Red+Green+Blue) = 180+217+190=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9BE is #4B2641. Grayscale: #CACACA. Windows color (decimal): -4924994 or 12507572. OLE color: 12507572.

HSL color Cylindrical-coordinate representation of color #B4D9BE: hue angle of 136.22º degrees, saturation: 0.33, 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 #B4D9BE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB180217190-
CMYK0.1700.120.15
HSL136.22º32.74%77.84%-
HSV(B)136.22º17.05%85.1%-
XYZ52.9363.0558.09-
YUV202.86120.74111.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.66%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=30.66%
G=36.97%
B=32.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802171900.1700.120.15136.2232.7477.84
HexB4D9BE110CF88214e
Octal264331276210141721041116
Binary10110100110110011011111010001011001111100010001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D9BE; }

 p { color: rgb(180,217,190); }

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

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

 a { background-color: rgb(180,217,190); }

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

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

 span { border-color: rgb(180,217,190); }

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