Html Css Color HEX #BDA2B2 Lily

📋 copy color: '#BDA2B2'

red 189 ◦ green 162 ◦ blue 178

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

Shades of Lily #BDA2B2

Tints of Lily #BDA2B2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.62%

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

R = 35.73%
G = 30.62%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDA2B2 (or 0xBDA2B2) is known color: Lily. HEX triplet: BD, A2 and B2. RGB value is (189,162,178). Sum of RGB (Red+Green+Blue) = 189+162+178=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2B2 is #425D4D. Grayscale: #ABABAB. Windows color (decimal): -4349262 or 11707069. OLE color: 11707069.

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

Color convert

RGB 189 162 178 -
CMYK 0 0.14 0.06 0.26
HSL 324.44º 0.17% 0.69% -
HSV(B) 324.44º 0.14% 0.74% -
XYZ 41.94 39.87 47.61 -
YUV 171.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 189 162 178 0 0.14 0.06 0.26 324.44 0.17 0.69
Hex BD A2 B2 0 E 6 1A 144 11 45
Octal 275 242 262 0 16 6 32 504 21 105
Binary 10111101 10100010 10110010 0 1110 110 11010 101000100 10001 1000101

Color Harmonies of #BDA2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2B2

Black with #BDA2B2

Text Example


Text Example

White with #BDA2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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