Html Css Color HEX #BDACB7 Lily

📋 copy color: '#BDACB7'

red 189 ◦ green 172 ◦ blue 183

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

Shades of Lily #BDACB7

Tints of Lily #BDACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.62%

 BLUE value IS 183 (71.88% from 255) = 33.64%

R = 34.74%
G = 31.62%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BDACB7 (or 0xBDACB7) is known color: Lily. HEX triplet: BD, AC and B7. RGB value is (189,172,183). Sum of RGB (Red+Green+Blue) = 189+172+183=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACB7 is #425348. Grayscale: #B2B2B2. Windows color (decimal): -4346697 or 12037309. OLE color: 12037309.

HSL color Cylindrical-coordinate representation of color #BDACB7: hue angle of 321.18º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDACB7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 172 183 -
CMYK 0 0.09 0.03 0.26
HSL 321.18º 0.11% 0.71% -
HSV(B) 321.18º 0.09% 0.74% -
XYZ 44.29 43.74 50.91 -
YUV 178.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 189 172 183 0 0.09 0.03 0.26 321.18 0.11 0.71
Hex BD AC B7 0 9 3 1A 141 B 47
Octal 275 254 267 0 11 3 32 501 13 107
Binary 10111101 10101100 10110111 0 1001 11 11010 101000001 1011 1000111

Color Harmonies of #BDACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACB7

Black with #BDACB7

Text Example


Text Example

White with #BDACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACB7; }

 p { color: rgb(189,172,183); }

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

background-color css

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

 a { background-color: rgb(189,172,183); }

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

border-color css

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

 span { border-color: rgb(189,172,183); }

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