Html Css Color HEX #BDABD1 Perfume

📋 copy color: '#BDABD1'

red 189 ◦ green 171 ◦ blue 209

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

Shades of Perfume #BDABD1

Tints of Perfume #BDABD1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 33.22%
G = 30.05%
B = 36.73%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDABD1 (or 0xBDABD1) is known color: Perfume. HEX triplet: BD, AB and D1. RGB value is (189,171,209). Sum of RGB (Red+Green+Blue) = 189+171+209=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABD1 is #42542E. Grayscale: #B4B4B4. Windows color (decimal): -4346927 or 13740989. OLE color: 13740989.

HSL color Cylindrical-coordinate representation of color #BDABD1: hue angle of 268.42º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDABD1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 171 209 -
CMYK 0.10 0.18 0 0.18
HSL 268.42º 0.29% 0.75% -
HSV(B) 268.42º 0.18% 0.82% -
XYZ 47.06 44.55 66.44 -
YUV 180.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 189 171 209 0.10 0.18 0 0.18 268.42 0.29 0.75
Hex BD AB D1 A 12 0 12 10C 1D 4B
Octal 275 253 321 12 22 0 22 414 35 113
Binary 10111101 10101011 11010001 1010 10010 0 10010 100001100 11101 1001011

Color Harmonies of #BDABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABD1

Black with #BDABD1

Text Example


Text Example

White with #BDABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABD1; }

 p { color: rgb(189,171,209); }

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

background-color css

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

 a { background-color: rgb(189,171,209); }

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

border-color css

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

 span { border-color: rgb(189,171,209); }

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