Html Css Color HEX #BDA9CE Perfume

📋 copy color: '#BDA9CE'

red 189 ◦ green 169 ◦ blue 206

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

Shades of Perfume #BDA9CE

Tints of Perfume #BDA9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

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

R = 33.51%
G = 29.96%
B = 36.52%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDA9CE (or 0xBDA9CE) is known color: Perfume. HEX triplet: BD, A9 and CE. RGB value is (189,169,206). Sum of RGB (Red+Green+Blue) = 189+169+206=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CE is #425631. Grayscale: #B3B3B3. Windows color (decimal): -4347442 or 13543869. OLE color: 13543869.

HSL color Cylindrical-coordinate representation of color #BDA9CE: hue angle of 272.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA9CE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 169 206 -
CMYK 0.08 0.18 0 0.19
HSL 272.43º 0.27% 0.74% -
HSV(B) 272.43º 0.18% 0.81% -
XYZ 46.31 43.65 64.38 -
YUV 179.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 189 169 206 0.08 0.18 0 0.19 272.43 0.27 0.74
Hex BD A9 CE 8 12 0 13 110 1B 4A
Octal 275 251 316 10 22 0 23 420 33 112
Binary 10111101 10101001 11001110 1000 10010 0 10011 100010000 11011 1001010

Color Harmonies of #BDA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9CE

Black with #BDA9CE

Text Example


Text Example

White with #BDA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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