Html Css Color HEX #BDA8CC Perfume

📋 copy color: '#BDA8CC'

red 189 ◦ green 168 ◦ blue 204

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

Shades of Perfume #BDA8CC

Tints of Perfume #BDA8CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 33.69%
G = 29.95%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BDA8CC (or 0xBDA8CC) is known color: Perfume. HEX triplet: BD, A8 and CC. RGB value is (189,168,204). Sum of RGB (Red+Green+Blue) = 189+168+204=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8CC is #425733. Grayscale: #B2B2B2. Windows color (decimal): -4347700 or 13412541. OLE color: 13412541.

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

Color convert

RGB 189 168 204 -
CMYK 0.07 0.18 0 0.2
HSL 275º 0.26% 0.73% -
HSV(B) 275º 0.18% 0.8% -
XYZ 45.89 43.18 63.04 -
YUV 178.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 189 168 204 0.07 0.18 0 0.2 275 0.26 0.73
Hex BD A8 CC 7 12 0 14 113 1A 49
Octal 275 250 314 7 22 0 24 423 32 111
Binary 10111101 10101000 11001100 111 10010 0 10100 100010011 11010 1001001

Color Harmonies of #BDA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8CC

Black with #BDA8CC

Text Example


Text Example

White with #BDA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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