Html Css Color HEX #BDA3B6 Lily

📋 copy color: '#BDA3B6'

red 189 ◦ green 163 ◦ blue 182

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

Shades of Lily #BDA3B6

Tints of Lily #BDA3B6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

 BLUE value IS 182 (71.48% from 255) = 34.08%

R = 35.39%
G = 30.52%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDA3B6 (or 0xBDA3B6) is known color: Lily. HEX triplet: BD, A3 and B6. RGB value is (189,163,182). Sum of RGB (Red+Green+Blue) = 189+163+182=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3B6 is #425C49. Grayscale: #ACACAC. Windows color (decimal): -4349002 or 11969469. OLE color: 11969469.

HSL color Cylindrical-coordinate representation of color #BDA3B6: hue angle of 316.15º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA3B6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 182 -
CMYK 0 0.14 0.04 0.26
HSL 316.15º 0.16% 0.69% -
HSV(B) 316.15º 0.14% 0.74% -
XYZ 42.53 40.39 49.81 -
YUV 172.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 189 163 182 0 0.14 0.04 0.26 316.15 0.16 0.69
Hex BD A3 B6 0 E 4 1A 13C 10 45
Octal 275 243 266 0 16 4 32 474 20 105
Binary 10111101 10100011 10110110 0 1110 100 11010 100111100 10000 1000101

Color Harmonies of #BDA3B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3B6

Black with #BDA3B6

Text Example


Text Example

White with #BDA3B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3B6; }

 p { color: rgb(189,163,182); }

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

background-color css

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

 a { background-color: rgb(189,163,182); }

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

border-color css

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

 span { border-color: rgb(189,163,182); }

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