Html Css Color HEX #BDA6B2 Lily

📋 copy color: '#BDA6B2'

red 189 ◦ green 166 ◦ blue 178

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

Shades of Lily #BDA6B2

Tints of Lily #BDA6B2

RGB

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

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

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

R = 35.46%
G = 31.14%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDA6B2 (or 0xBDA6B2) is known color: Lily. HEX triplet: BD, A6 and B2. RGB value is (189,166,178). Sum of RGB (Red+Green+Blue) = 189+166+178=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA6B2 is #42594D. Grayscale: #AEAEAE. Windows color (decimal): -4348238 or 11708093. OLE color: 11708093.

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

Color convert

RGB 189 166 178 -
CMYK 0 0.12 0.06 0.26
HSL 328.7º 0.15% 0.7% -
HSV(B) 328.7º 0.12% 0.74% -
XYZ 42.66 41.31 47.84 -
YUV 174.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 189 166 178 0 0.12 0.06 0.26 328.7 0.15 0.7
Hex BD A6 B2 0 C 6 1A 149 F 46
Octal 275 246 262 0 14 6 32 511 17 106
Binary 10111101 10100110 10110010 0 1100 110 11010 101001001 1111 1000110

Color Harmonies of #BDA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6B2

Black with #BDA6B2

Text Example


Text Example

White with #BDA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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