Html Css Color HEX #BDA6D8 Perfume

📋 copy color: '#BDA6D8'

red 189 ◦ green 166 ◦ blue 216

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

Shades of Perfume #BDA6D8

Tints of Perfume #BDA6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.83%

R = 33.1%
G = 29.07%
B = 37.83%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDA6D8 (or 0xBDA6D8) is known color: Perfume. HEX triplet: BD, A6 and D8. RGB value is (189,166,216). Sum of RGB (Red+Green+Blue) = 189+166+216=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6D8 is #425927. Grayscale: #B2B2B2. Windows color (decimal): -4348200 or 14198461. OLE color: 14198461.

HSL color Cylindrical-coordinate representation of color #BDA6D8: hue angle of 267.6º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA6D8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 166 216 -
CMYK 0.12 0.23 0 0.15
HSL 267.6º 0.39% 0.75% -
HSV(B) 267.6º 0.23% 0.85% -
XYZ 47.02 43.05 70.8 -
YUV 178.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 189 166 216 0.12 0.23 0 0.15 267.6 0.39 0.75
Hex BD A6 D8 C 17 0 F 10C 27 4B
Octal 275 246 330 14 27 0 17 414 47 113
Binary 10111101 10100110 11011000 1100 10111 0 1111 100001100 100111 1001011

Color Harmonies of #BDA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6D8

Black with #BDA6D8

Text Example


Text Example

White with #BDA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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