Html Css Color HEX #BDA6B4 Lily

📋 copy color: '#BDA6B4'

red 189 ◦ green 166 ◦ blue 180

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

Shades of Lily #BDA6B4

Tints of Lily #BDA6B4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.03%

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 35.33%
G = 31.03%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BDA6B4 (or 0xBDA6B4) is known color: Lily. HEX triplet: BD, A6 and B4. RGB value is (189,166,180). Sum of RGB (Red+Green+Blue) = 189+166+180=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6B4 is #42594B. Grayscale: #AEAEAE. Windows color (decimal): -4348236 or 11839165. OLE color: 11839165.

HSL color Cylindrical-coordinate representation of color #BDA6B4: hue angle of 323.48º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA6B4 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 180 -
CMYK 0 0.12 0.05 0.26
HSL 323.48º 0.15% 0.7% -
HSV(B) 323.48º 0.12% 0.74% -
XYZ 42.86 41.39 48.91 -
YUV 174.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 189 166 180 0 0.12 0.05 0.26 323.48 0.15 0.7
Hex BD A6 B4 0 C 5 1A 143 F 46
Octal 275 246 264 0 14 5 32 503 17 106
Binary 10111101 10100110 10110100 0 1100 101 11010 101000011 1111 1000110

Color Harmonies of #BDA6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6B4

Black with #BDA6B4

Text Example


Text Example

White with #BDA6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6B4; }

 p { color: rgb(189,166,180); }

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

background-color css

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

 a { background-color: rgb(189,166,180); }

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

border-color css

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

 span { border-color: rgb(189,166,180); }

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