Html Css Color HEX #BDA2B4 Lily

📋 copy color: '#BDA2B4'

red 189 ◦ green 162 ◦ blue 180

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

Shades of Lily #BDA2B4

Tints of Lily #BDA2B4

RGB

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

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

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

R = 35.59%
G = 30.51%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BDA2B4 (or 0xBDA2B4) is known color: Lily. HEX triplet: BD, A2 and B4. RGB value is (189,162,180). Sum of RGB (Red+Green+Blue) = 189+162+180=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2B4 is #425D4B. Grayscale: #ACACAC. Windows color (decimal): -4349260 or 11838141. OLE color: 11838141.

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

Color convert

RGB 189 162 180 -
CMYK 0 0.14 0.05 0.26
HSL 320º 0.17% 0.69% -
HSV(B) 320º 0.14% 0.74% -
XYZ 42.14 39.95 48.67 -
YUV 172.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 189 162 180 0 0.14 0.05 0.26 320 0.17 0.69
Hex BD A2 B4 0 E 5 1A 140 11 45
Octal 275 242 264 0 16 5 32 500 21 105
Binary 10111101 10100010 10110100 0 1110 101 11010 101000000 10001 1000101

Color Harmonies of #BDA2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2B4

Black with #BDA2B4

Text Example


Text Example

White with #BDA2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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