Html Css Color HEX #BDA2DC Perfume

📋 copy color: '#BDA2DC'

red 189 ◦ green 162 ◦ blue 220

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

Shades of Perfume #BDA2DC

Tints of Perfume #BDA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.37%

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 33.1%
G = 28.37%
B = 38.53%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA2DC (or 0xBDA2DC) is known color: Perfume. HEX triplet: BD, A2 and DC. RGB value is (189,162,220). Sum of RGB (Red+Green+Blue) = 189+162+220=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2DC is #425D23. Grayscale: #B0B0B0. Windows color (decimal): -4349220 or 14459581. OLE color: 14459581.

HSL color Cylindrical-coordinate representation of color #BDA2DC: hue angle of 267.93º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA2DC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 162 220 -
CMYK 0.14 0.26 0 0.14
HSL 267.93º 0.45% 0.75% -
HSV(B) 267.93º 0.26% 0.86% -
XYZ 46.82 41.83 73.32 -
YUV 176.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 189 162 220 0.14 0.26 0 0.14 267.93 0.45 0.75
Hex BD A2 DC E 1A 0 E 10C 2D 4B
Octal 275 242 334 16 32 0 16 414 55 113
Binary 10111101 10100010 11011100 1110 11010 0 1110 100001100 101101 1001011

Color Harmonies of #BDA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2DC

Black with #BDA2DC

Text Example


Text Example

White with #BDA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2DC; }

 p { color: rgb(189,162,220); }

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

background-color css

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

 a { background-color: rgb(189,162,220); }

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

border-color css

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

 span { border-color: rgb(189,162,220); }

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