Html Css Color HEX #BD9DD4 Perfume

📋 copy color: '#BD9DD4'

red 189 ◦ green 157 ◦ blue 212

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

Shades of Perfume #BD9DD4

Tints of Perfume #BD9DD4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 33.87%
G = 28.14%
B = 37.99%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD9DD4 (or 0xBD9DD4) is known color: Perfume. HEX triplet: BD, 9D and D4. RGB value is (189,157,212). Sum of RGB (Red+Green+Blue) = 189+157+212=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DD4 is #42622B. Grayscale: #ACACAC. Windows color (decimal): -4350508 or 13934013. OLE color: 13934013.

HSL color Cylindrical-coordinate representation of color #BD9DD4: hue angle of 274.91º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9DD4 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 157 212 -
CMYK 0.11 0.26 0 0.17
HSL 274.91º 0.39% 0.72% -
HSV(B) 274.91º 0.26% 0.83% -
XYZ 44.93 39.69 67.58 -
YUV 172.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 189 157 212 0.11 0.26 0 0.17 274.91 0.39 0.72
Hex BD 9D D4 B 1A 0 11 113 27 48
Octal 275 235 324 13 32 0 21 423 47 110
Binary 10111101 10011101 11010100 1011 11010 0 10001 100010011 100111 1001000

Color Harmonies of #BD9DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DD4

Black with #BD9DD4

Text Example


Text Example

White with #BD9DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DD4; }

 p { color: rgb(189,157,212); }

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

background-color css

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

 a { background-color: rgb(189,157,212); }

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

border-color css

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

 span { border-color: rgb(189,157,212); }

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