Html Css Color HEX #BDA6B3 Lily

📋 copy color: '#BDA6B3'

red 189 ◦ green 166 ◦ blue 179

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

Shades of Lily #BDA6B3

Tints of Lily #BDA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 35.39%
G = 31.09%
B = 33.52%

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

#BDA6B3 (or 0xBDA6B3) is known color: Lily. HEX triplet: BD, A6 and B3. RGB value is (189,166,179). Sum of RGB (Red+Green+Blue) = 189+166+179=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6B3 is #42594C. Grayscale: #AEAEAE. Windows color (decimal): -4348237 or 11773629. OLE color: 11773629.

HSL color Cylindrical-coordinate representation of color #BDA6B3: hue angle of 326.09º 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 #BDA6B3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 179 -
CMYK 0 0.12 0.05 0.26
HSL 326.09º 0.15% 0.7% -
HSV(B) 326.09º 0.12% 0.74% -
XYZ 42.76 41.35 48.37 -
YUV 174.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 189 166 179 0 0.12 0.05 0.26 326.09 0.15 0.7
Hex BD A6 B3 0 C 5 1A 146 F 46
Octal 275 246 263 0 14 5 32 506 17 106
Binary 10111101 10100110 10110011 0 1100 101 11010 101000110 1111 1000110

Color Harmonies of #BDA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6B3

Black with #BDA6B3

Text Example


Text Example

White with #BDA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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