Html Css Color HEX #BDA4D4 Perfume

📋 copy color: '#BDA4D4'

red 189 ◦ green 164 ◦ blue 212

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

Shades of Perfume #BDA4D4

Tints of Perfume #BDA4D4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.03%

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 33.45%
G = 29.03%
B = 37.52%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDA4D4 (or 0xBDA4D4) is known color: Perfume. HEX triplet: BD, A4 and D4. RGB value is (189,164,212). Sum of RGB (Red+Green+Blue) = 189+164+212=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4D4 is #425B2B. Grayscale: #B0B0B0. Windows color (decimal): -4348716 or 13935805. OLE color: 13935805.

HSL color Cylindrical-coordinate representation of color #BDA4D4: hue angle of 271.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA4D4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 164 212 -
CMYK 0.11 0.23 0 0.17
HSL 271.25º 0.36% 0.74% -
HSV(B) 271.25º 0.23% 0.83% -
XYZ 46.15 42.12 67.99 -
YUV 176.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 189 164 212 0.11 0.23 0 0.17 271.25 0.36 0.74
Hex BD A4 D4 B 17 0 11 10F 24 4A
Octal 275 244 324 13 27 0 21 417 44 112
Binary 10111101 10100100 11010100 1011 10111 0 10001 100001111 100100 1001010

Color Harmonies of #BDA4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4D4

Black with #BDA4D4

Text Example


Text Example

White with #BDA4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4D4; }

 p { color: rgb(189,164,212); }

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

background-color css

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

 a { background-color: rgb(189,164,212); }

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

border-color css

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

 span { border-color: rgb(189,164,212); }

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