Html Css Color HEX #BD9ED4 Perfume

📋 copy color: '#BD9ED4'

red 189 ◦ green 158 ◦ blue 212

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

Shades of Perfume #BD9ED4

Tints of Perfume #BD9ED4

RGB

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

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

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

R = 33.81%
G = 28.26%
B = 37.92%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD9ED4 (or 0xBD9ED4) is known color: Perfume. HEX triplet: BD, 9E and D4. RGB value is (189,158,212). Sum of RGB (Red+Green+Blue) = 189+158+212=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ED4 is #42612B. Grayscale: #ADADAD. Windows color (decimal): -4350252 or 13934269. OLE color: 13934269.

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

Color convert

RGB 189 158 212 -
CMYK 0.11 0.25 0 0.17
HSL 274.44º 0.39% 0.73% -
HSV(B) 274.44º 0.25% 0.83% -
XYZ 45.1 40.03 67.64 -
YUV 173.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 189 158 212 0.11 0.25 0 0.17 274.44 0.39 0.73
Hex BD 9E D4 B 19 0 11 112 27 49
Octal 275 236 324 13 31 0 21 422 47 111
Binary 10111101 10011110 11010100 1011 11001 0 10001 100010010 100111 1001001

Color Harmonies of #BD9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9ED4

Black with #BD9ED4

Text Example


Text Example

White with #BD9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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