Html Css Color HEX #BDA7CE Perfume

📋 copy color: '#BDA7CE'

red 189 ◦ green 167 ◦ blue 206

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

Shades of Perfume #BDA7CE

Tints of Perfume #BDA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.72%

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

R = 33.63%
G = 29.72%
B = 36.65%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA7CE (or 0xBDA7CE) is known color: Perfume. HEX triplet: BD, A7 and CE. RGB value is (189,167,206). Sum of RGB (Red+Green+Blue) = 189+167+206=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7CE is #425831. Grayscale: #B1B1B1. Windows color (decimal): -4347954 or 13543357. OLE color: 13543357.

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

Color convert

RGB 189 167 206 -
CMYK 0.08 0.19 0 0.19
HSL 273.85º 0.28% 0.73% -
HSV(B) 273.85º 0.19% 0.81% -
XYZ 45.95 42.91 64.25 -
YUV 178.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 189 167 206 0.08 0.19 0 0.19 273.85 0.28 0.73
Hex BD A7 CE 8 13 0 13 112 1C 49
Octal 275 247 316 10 23 0 23 422 34 111
Binary 10111101 10100111 11001110 1000 10011 0 10011 100010010 11100 1001001

Color Harmonies of #BDA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7CE

Black with #BDA7CE

Text Example


Text Example

White with #BDA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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