Html Css Color HEX #BDA6CB Perfume

📋 copy color: '#BDA6CB'

red 189 ◦ green 166 ◦ blue 203

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

Shades of Perfume #BDA6CB

Tints of Perfume #BDA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

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

R = 33.87%
G = 29.75%
B = 36.38%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDA6CB (or 0xBDA6CB) is known color: Perfume. HEX triplet: BD, A6 and CB. RGB value is (189,166,203). Sum of RGB (Red+Green+Blue) = 189+166+203=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6CB is #425934. Grayscale: #B0B0B0. Windows color (decimal): -4348213 or 13346493. OLE color: 13346493.

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

Color convert

RGB 189 166 203 -
CMYK 0.07 0.18 0 0.20
HSL 277.3º 0.26% 0.72% -
HSV(B) 277.3º 0.18% 0.8% -
XYZ 45.4 42.4 62.29 -
YUV 177.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 189 166 203 0.07 0.18 0 0.20 277.3 0.26 0.72
Hex BD A6 CB 7 12 0 14 115 1A 48
Octal 275 246 313 7 22 0 24 425 32 110
Binary 10111101 10100110 11001011 111 10010 0 10100 100010101 11010 1001000

Color Harmonies of #BDA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6CB

Black with #BDA6CB

Text Example


Text Example

White with #BDA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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