Html Css Color HEX #BD9BB2 Lily

📋 copy color: '#BD9BB2'

red 189 ◦ green 155 ◦ blue 178

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

Shades of Lily #BD9BB2

Tints of Lily #BD9BB2

RGB

 RED value IS 189 (74.22% from 255) = 36.21%

 GREEN value IS 155 (60.94% from 255) = 29.69%

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 36.21%
G = 29.69%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD9BB2 (or 0xBD9BB2) is known color: Lily. HEX triplet: BD, 9B and B2. RGB value is (189,155,178). Sum of RGB (Red+Green+Blue) = 189+155+178=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9BB2 is #42644D. Grayscale: #A7A7A7. Windows color (decimal): -4351054 or 11705277. OLE color: 11705277.

HSL color Cylindrical-coordinate representation of color #BD9BB2: hue angle of 319.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9BB2 is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 178 -
CMYK 0 0.18 0.06 0.26
HSL 319.41º 0.2% 0.67% -
HSV(B) 319.41º 0.18% 0.74% -
XYZ 40.74 37.48 47.21 -
YUV 167.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 189 155 178 0 0.18 0.06 0.26 319.41 0.2 0.67
Hex BD 9B B2 0 12 6 1A 13F 14 43
Octal 275 233 262 0 22 6 32 477 24 103
Binary 10111101 10011011 10110010 0 10010 110 11010 100111111 10100 1000011

Color Harmonies of #BD9BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BB2

Black with #BD9BB2

Text Example


Text Example

White with #BD9BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BB2; }

 p { color: rgb(189,155,178); }

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

background-color css

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

 a { background-color: rgb(189,155,178); }

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

border-color css

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

 span { border-color: rgb(189,155,178); }

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