Html Css Color HEX #B5DDB9 Fringy Flower

📋 copy color: '#B5DDB9'

red 181 ◦ green 221 ◦ blue 185

#B5DDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #B5DDB9

Tints of Fringy Flower #B5DDB9

RGB

 RED value IS 181 (71.09% from 255) = 30.83%

 GREEN value IS 221 (86.72% from 255) = 37.65%

 BLUE value IS 185 (72.66% from 255) = 31.52%

R = 30.83%
G = 37.65%
B = 31.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#B5DDB9 (or 0xB5DDB9) is known color: Fringy Flower. HEX triplet: B5, DD and B9. RGB value is (181,221,185). Sum of RGB (Red+Green+Blue) = 181+221+185=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDB9 is #4A2246. Grayscale: #CDCDCD. Windows color (decimal): -4858439 or 12180917. OLE color: 12180917.

HSL color Cylindrical-coordinate representation of color #B5DDB9: hue angle of 126º degrees, saturation: 0.37, 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 #B5DDB9 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 185 -
CMYK 0.18 0 0.16 0.13
HSL 126º 0.37% 0.79% -
HSV(B) 126º 0.18% 0.87% -
XYZ 53.67 65.04 55.62 -
YUV 204.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 181 221 185 0.18 0 0.16 0.13 126 0.37 0.79
Hex B5 DD B9 12 0 10 D 7E 25 4F
Octal 265 335 271 22 0 20 15 176 45 117
Binary 10110101 11011101 10111001 10010 0 10000 1101 1111110 100101 1001111

Color Harmonies of #B5DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DDB9

Black with #B5DDB9

Text Example


Text Example

White with #B5DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DDB9; }

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

 H1.HeaderClassName
 {
   color: #B5DDB9;
 }
 .AnyTagClassName
 {
   color: #B5DDB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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