Html Css Color HEX #BDA8CB Perfume

📋 copy color: '#BDA8CB'

red 189 ◦ green 168 ◦ blue 203

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

Shades of Perfume #BDA8CB

Tints of Perfume #BDA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

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

R = 33.75%
G = 30%
B = 36.25%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDA8CB (or 0xBDA8CB) is known color: Perfume. HEX triplet: BD, A8 and CB. RGB value is (189,168,203). Sum of RGB (Red+Green+Blue) = 189+168+203=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8CB is #425734. Grayscale: #B2B2B2. Windows color (decimal): -4347701 or 13347005. OLE color: 13347005.

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

Color convert

RGB 189 168 203 -
CMYK 0.07 0.17 0 0.20
HSL 276º 0.25% 0.73% -
HSV(B) 276º 0.17% 0.8% -
XYZ 45.77 43.14 62.41 -
YUV 178.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 189 168 203 0.07 0.17 0 0.20 276 0.25 0.73
Hex BD A8 CB 7 11 0 14 114 19 49
Octal 275 250 313 7 21 0 24 424 31 111
Binary 10111101 10101000 11001011 111 10001 0 10100 100010100 11001 1001001

Color Harmonies of #BDA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8CB

Black with #BDA8CB

Text Example


Text Example

White with #BDA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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