Html Css Color HEX #BDA5CB Perfume

📋 copy color: '#BDA5CB'

red 189 ◦ green 165 ◦ blue 203

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

Shades of Perfume #BDA5CB

Tints of Perfume #BDA5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.62%

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

R = 33.93%
G = 29.62%
B = 36.45%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDA5CB (or 0xBDA5CB) is known color: Perfume. HEX triplet: BD, A5 and CB. RGB value is (189,165,203). Sum of RGB (Red+Green+Blue) = 189+165+203=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5CB is #425A34. Grayscale: #B0B0B0. Windows color (decimal): -4348469 or 13346237. OLE color: 13346237.

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

Color convert

RGB 189 165 203 -
CMYK 0.07 0.19 0 0.20
HSL 277.89º 0.27% 0.72% -
HSV(B) 277.89º 0.19% 0.8% -
XYZ 45.22 42.04 62.23 -
YUV 176.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 189 165 203 0.07 0.19 0 0.20 277.89 0.27 0.72
Hex BD A5 CB 7 13 0 14 116 1B 48
Octal 275 245 313 7 23 0 24 426 33 110
Binary 10111101 10100101 11001011 111 10011 0 10100 100010110 11011 1001000

Color Harmonies of #BDA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5CB

Black with #BDA5CB

Text Example


Text Example

White with #BDA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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