Html Css Color HEX #BDA5CE Perfume

📋 copy color: '#BDA5CE'

red 189 ◦ green 165 ◦ blue 206

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

Shades of Perfume #BDA5CE

Tints of Perfume #BDA5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 33.75%
G = 29.46%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA5CE (or 0xBDA5CE) is known color: Perfume. HEX triplet: BD, A5 and CE. RGB value is (189,165,206). Sum of RGB (Red+Green+Blue) = 189+165+206=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5CE is #425A31. Grayscale: #B0B0B0. Windows color (decimal): -4348466 or 13542845. OLE color: 13542845.

HSL color Cylindrical-coordinate representation of color #BDA5CE: hue angle of 275.12º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA5CE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 165 206 -
CMYK 0.08 0.20 0 0.19
HSL 275.12º 0.29% 0.73% -
HSV(B) 275.12º 0.2% 0.81% -
XYZ 45.58 42.19 64.13 -
YUV 176.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 189 165 206 0.08 0.20 0 0.19 275.12 0.29 0.73
Hex BD A5 CE 8 14 0 13 113 1D 49
Octal 275 245 316 10 24 0 23 423 35 111
Binary 10111101 10100101 11001110 1000 10100 0 10011 100010011 11101 1001001

Color Harmonies of #BDA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5CE

Black with #BDA5CE

Text Example


Text Example

White with #BDA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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