Html Css Color HEX #BDACCB Perfume

📋 copy color: '#BDACCB'

red 189 ◦ green 172 ◦ blue 203

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

Shades of Perfume #BDACCB

Tints of Perfume #BDACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 33.51%
G = 30.5%
B = 35.99%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDACCB (or 0xBDACCB) is known color: Perfume. HEX triplet: BD, AC and CB. RGB value is (189,172,203). Sum of RGB (Red+Green+Blue) = 189+172+203=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACCB is #425334. Grayscale: #B4B4B4. Windows color (decimal): -4346677 or 13348029. OLE color: 13348029.

HSL color Cylindrical-coordinate representation of color #BDACCB: hue angle of 272.9º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDACCB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 172 203 -
CMYK 0.07 0.15 0 0.20
HSL 272.9º 0.23% 0.74% -
HSV(B) 272.9º 0.15% 0.8% -
XYZ 46.52 44.64 62.66 -
YUV 180.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 189 172 203 0.07 0.15 0 0.20 272.9 0.23 0.74
Hex BD AC CB 7 F 0 14 111 17 4A
Octal 275 254 313 7 17 0 24 421 27 112
Binary 10111101 10101100 11001011 111 1111 0 10100 100010001 10111 1001010

Color Harmonies of #BDACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACCB

Black with #BDACCB

Text Example


Text Example

White with #BDACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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