#B5DEB9

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

Shades of Fringy Flower #B5DEB9

Tints of Fringy Flower #B5DEB9

Color information

#B5DEB9 (or 0xB5DEB9) is unknown color: approx Fringy Flower. HEX triplet: B5, DE and B9. RGB value is (181,222,185). Sum of RGB (Red+Green+Blue) = 181+222+185=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DEB9 is #4A2146. Grayscale: #CDCDCD. Windows color (decimal): -4858183 or 12181173. OLE color: 12181173.

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

Color convert

RGB181222185-
CMYK0.1800.170.13
HSL125.85º38.32%79.02%-
HSV(B)125.85º18.47%87.06%-
XYZ53.9365.5755.71-
YUV205.52116.42110.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 185 (72.66% from 255) = 31.46%
R=30.78%
G=37.76%
B=31.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812221850.1800.170.13125.8538.3279.02
HexB5DEB912011D7e264f
Octal265336271220211517646117
Binary10110101110111101011100110010010001110111111101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DEB9; }

 p { color: rgb(181,222,185); }

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

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

 a { background-color: rgb(181,222,185); }

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

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

 span { border-color: rgb(181,222,185); }

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