Html Css Color HEX #BD9DF2 Perfume

📋 copy color: '#BD9DF2'

red 189 ◦ green 157 ◦ blue 242

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

Shades of Perfume #BD9DF2

Tints of Perfume #BD9DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 32.14%
G = 26.7%
B = 41.16%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD9DF2 (or 0xBD9DF2) is known color: Perfume. HEX triplet: BD, 9D and F2. RGB value is (189,157,242). Sum of RGB (Red+Green+Blue) = 189+157+242=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DF2 is #42620D. Grayscale: #AFAFAF. Windows color (decimal): -4350478 or 15900093. OLE color: 15900093.

HSL color Cylindrical-coordinate representation of color #BD9DF2: hue angle of 262.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9DF2 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 157 242 -
CMYK 0.22 0.35 0 0.05
HSL 262.59º 0.77% 0.78% -
HSV(B) 262.59º 0.35% 0.95% -
XYZ 49.07 41.34 89.4 -
YUV 176.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 189 157 242 0.22 0.35 0 0.05 262.59 0.77 0.78
Hex BD 9D F2 16 23 0 5 107 4D 4E
Octal 275 235 362 26 43 0 5 407 115 116
Binary 10111101 10011101 11110010 10110 100011 0 101 100000111 1001101 1001110

Color Harmonies of #BD9DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DF2

Black with #BD9DF2

Text Example


Text Example

White with #BD9DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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