Html Css Color HEX #BDA3CE Perfume

📋 copy color: '#BDA3CE'

red 189 ◦ green 163 ◦ blue 206

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

Shades of Perfume #BDA3CE

Tints of Perfume #BDA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.21%

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

R = 33.87%
G = 29.21%
B = 36.92%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA3CE (or 0xBDA3CE) is known color: Perfume. HEX triplet: BD, A3 and CE. RGB value is (189,163,206). Sum of RGB (Red+Green+Blue) = 189+163+206=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3CE is #425C31. Grayscale: #AFAFAF. Windows color (decimal): -4348978 or 13542333. OLE color: 13542333.

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

Color convert

RGB 189 163 206 -
CMYK 0.08 0.21 0 0.19
HSL 276.28º 0.3% 0.72% -
HSV(B) 276.28º 0.21% 0.81% -
XYZ 45.22 41.47 64.01 -
YUV 175.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 189 163 206 0.08 0.21 0 0.19 276.28 0.3 0.72
Hex BD A3 CE 8 15 0 13 114 1E 48
Octal 275 243 316 10 25 0 23 424 36 110
Binary 10111101 10100011 11001110 1000 10101 0 10011 100010100 11110 1001000

Color Harmonies of #BDA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3CE

Black with #BDA3CE

Text Example


Text Example

White with #BDA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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