Html Css Color HEX #BD9BEF Perfume

📋 copy color: '#BD9BEF'

red 189 ◦ green 155 ◦ blue 239

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

Shades of Perfume #BD9BEF

Tints of Perfume #BD9BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.59%

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 32.42%
G = 26.59%
B = 40.99%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD9BEF (or 0xBD9BEF) is known color: Perfume. HEX triplet: BD, 9B and EF. RGB value is (189,155,239). Sum of RGB (Red+Green+Blue) = 189+155+239=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD9BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BEF is #426410. Grayscale: #AEAEAE. Windows color (decimal): -4350993 or 15702973. OLE color: 15702973.

HSL color Cylindrical-coordinate representation of color #BD9BEF: hue angle of 264.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD9BEF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 155 239 -
CMYK 0.21 0.35 0 0.06
HSL 264.29º 0.72% 0.77% -
HSV(B) 264.29º 0.35% 0.94% -
XYZ 48.29 40.49 86.93 -
YUV 174.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 189 155 239 0.21 0.35 0 0.06 264.29 0.72 0.77
Hex BD 9B EF 15 23 0 6 108 48 4D
Octal 275 233 357 25 43 0 6 410 110 115
Binary 10111101 10011011 11101111 10101 100011 0 110 100001000 1001000 1001101

Color Harmonies of #BD9BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BEF

Black with #BD9BEF

Text Example


Text Example

White with #BD9BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BEF; }

 p { color: rgb(189,155,239); }

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

background-color css

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

 a { background-color: rgb(189,155,239); }

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

border-color css

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

 span { border-color: rgb(189,155,239); }

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