Html Css Color HEX #BDA4CE Perfume

📋 copy color: '#BDA4CE'

red 189 ◦ green 164 ◦ blue 206

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

Shades of Perfume #BDA4CE

Tints of Perfume #BDA4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 33.81%
G = 29.34%
B = 36.85%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA4CE (or 0xBDA4CE) is known color: Perfume. HEX triplet: BD, A4 and CE. RGB value is (189,164,206). Sum of RGB (Red+Green+Blue) = 189+164+206=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4CE is #425B31. Grayscale: #B0B0B0. Windows color (decimal): -4348722 or 13542589. OLE color: 13542589.

HSL color Cylindrical-coordinate representation of color #BDA4CE: hue angle of 275.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA4CE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 164 206 -
CMYK 0.08 0.20 0 0.19
HSL 275.71º 0.3% 0.73% -
HSV(B) 275.71º 0.2% 0.81% -
XYZ 45.4 41.83 64.07 -
YUV 176.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 189 164 206 0.08 0.20 0 0.19 275.71 0.3 0.73
Hex BD A4 CE 8 14 0 13 114 1E 49
Octal 275 244 316 10 24 0 23 424 36 111
Binary 10111101 10100100 11001110 1000 10100 0 10011 100010100 11110 1001001

Color Harmonies of #BDA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4CE

Black with #BDA4CE

Text Example


Text Example

White with #BDA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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