Html Css Color HEX #BDACCF Perfume

📋 copy color: '#BDACCF'

red 189 ◦ green 172 ◦ blue 207

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

Shades of Perfume #BDACCF

Tints of Perfume #BDACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.28%

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 33.27%
G = 30.28%
B = 36.44%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDACCF (or 0xBDACCF) is known color: Perfume. HEX triplet: BD, AC and CF. RGB value is (189,172,207). Sum of RGB (Red+Green+Blue) = 189+172+207=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACCF is #425330. Grayscale: #B4B4B4. Windows color (decimal): -4346673 or 13610173. OLE color: 13610173.

HSL color Cylindrical-coordinate representation of color #BDACCF: hue angle of 269.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDACCF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 172 207 -
CMYK 0.09 0.17 0 0.19
HSL 269.14º 0.27% 0.74% -
HSV(B) 269.14º 0.17% 0.81% -
XYZ 47 44.83 65.21 -
YUV 181.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 189 172 207 0.09 0.17 0 0.19 269.14 0.27 0.74
Hex BD AC CF 9 11 0 13 10D 1B 4A
Octal 275 254 317 11 21 0 23 415 33 112
Binary 10111101 10101100 11001111 1001 10001 0 10011 100001101 11011 1001010

Color Harmonies of #BDACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACCF

Black with #BDACCF

Text Example


Text Example

White with #BDACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACCF; }

 p { color: rgb(189,172,207); }

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

background-color css

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

 a { background-color: rgb(189,172,207); }

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

border-color css

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

 span { border-color: rgb(189,172,207); }

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