Html Css Color HEX #BD9EDC Perfume

📋 copy color: '#BD9EDC'

red 189 ◦ green 158 ◦ blue 220

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

Shades of Perfume #BD9EDC

Tints of Perfume #BD9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.87%

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

R = 33.33%
G = 27.87%
B = 38.8%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD9EDC (or 0xBD9EDC) is known color: Perfume. HEX triplet: BD, 9E and DC. RGB value is (189,158,220). Sum of RGB (Red+Green+Blue) = 189+158+220=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EDC is #426123. Grayscale: #AEAEAE. Windows color (decimal): -4350244 or 14458557. OLE color: 14458557.

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

Color convert

RGB 189 158 220 -
CMYK 0.14 0.28 0 0.14
HSL 270º 0.47% 0.74% -
HSV(B) 270º 0.28% 0.86% -
XYZ 46.13 40.44 73.08 -
YUV 174.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 189 158 220 0.14 0.28 0 0.14 270 0.47 0.74
Hex BD 9E DC E 1C 0 E 10E 2F 4A
Octal 275 236 334 16 34 0 16 416 57 112
Binary 10111101 10011110 11011100 1110 11100 0 1110 100001110 101111 1001010

Color Harmonies of #BD9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EDC

Black with #BD9EDC

Text Example


Text Example

White with #BD9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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