Html Css Color HEX #BD9EDF Perfume

📋 copy color: '#BD9EDF'

red 189 ◦ green 158 ◦ blue 223

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

Shades of Perfume #BD9EDF

Tints of Perfume #BD9EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 33.16%
G = 27.72%
B = 39.12%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9EDF (or 0xBD9EDF) is known color: Perfume. HEX triplet: BD, 9E and DF. RGB value is (189,158,223). Sum of RGB (Red+Green+Blue) = 189+158+223=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EDF is #426120. Grayscale: #AEAEAE. Windows color (decimal): -4350241 or 14655165. OLE color: 14655165.

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

Color convert

RGB 189 158 223 -
CMYK 0.15 0.29 0 0.13
HSL 268.62º 0.5% 0.75% -
HSV(B) 268.62º 0.29% 0.87% -
XYZ 46.53 40.6 75.2 -
YUV 174.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 189 158 223 0.15 0.29 0 0.13 268.62 0.5 0.75
Hex BD 9E DF F 1D 0 D 10D 32 4B
Octal 275 236 337 17 35 0 15 415 62 113
Binary 10111101 10011110 11011111 1111 11101 0 1101 100001101 110010 1001011

Color Harmonies of #BD9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EDF

Black with #BD9EDF

Text Example


Text Example

White with #BD9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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