Html Css Color HEX #BD9BDA Perfume

📋 copy color: '#BD9BDA'

red 189 ◦ green 155 ◦ blue 218

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

Shades of Perfume #BD9BDA

Tints of Perfume #BD9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.58%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 33.63%
G = 27.58%
B = 38.79%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD9BDA (or 0xBD9BDA) is known color: Perfume. HEX triplet: BD, 9B and DA. RGB value is (189,155,218). Sum of RGB (Red+Green+Blue) = 189+155+218=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BDA is #426425. Grayscale: #ACACAC. Windows color (decimal): -4351014 or 14326717. OLE color: 14326717.

HSL color Cylindrical-coordinate representation of color #BD9BDA: hue angle of 272.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9BDA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 155 218 -
CMYK 0.13 0.29 0 0.15
HSL 272.38º 0.46% 0.73% -
HSV(B) 272.38º 0.29% 0.85% -
XYZ 45.36 39.32 71.53 -
YUV 172.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 189 155 218 0.13 0.29 0 0.15 272.38 0.46 0.73
Hex BD 9B DA D 1D 0 F 110 2E 49
Octal 275 233 332 15 35 0 17 420 56 111
Binary 10111101 10011011 11011010 1101 11101 0 1111 100010000 101110 1001001

Color Harmonies of #BD9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BDA

Black with #BD9BDA

Text Example


Text Example

White with #BD9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BDA; }

 p { color: rgb(189,155,218); }

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

background-color css

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

 a { background-color: rgb(189,155,218); }

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

border-color css

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

 span { border-color: rgb(189,155,218); }

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