Html Css Color HEX #BB9FDE Perfume

📋 copy color: '#BB9FDE'

red 187 ◦ green 159 ◦ blue 222

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

Shades of Perfume #BB9FDE

Tints of Perfume #BB9FDE

RGB

 RED value IS 187 (73.44% from 255) = 32.92%

 GREEN value IS 159 (62.5% from 255) = 27.99%

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 32.92%
G = 27.99%
B = 39.08%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9FDE (or 0xBB9FDE) is known color: Perfume. HEX triplet: BB, 9F and DE. RGB value is (187,159,222). Sum of RGB (Red+Green+Blue) = 187+159+222=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDE is #446021. Grayscale: #AEAEAE. Windows color (decimal): -4481058 or 14589883. OLE color: 14589883.

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

Color convert

RGB 187 159 222 -
CMYK 0.16 0.28 0 0.13
HSL 266.67º 0.49% 0.75% -
HSV(B) 266.67º 0.28% 0.87% -
XYZ 46.08 40.64 74.52 -
YUV 174.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 187 159 222 0.16 0.28 0 0.13 266.67 0.49 0.75
Hex BB 9F DE 10 1C 0 D 10B 31 4B
Octal 273 237 336 20 34 0 15 413 61 113
Binary 10111011 10011111 11011110 10000 11100 0 1101 100001011 110001 1001011

Color Harmonies of #BB9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FDE

Black with #BB9FDE

Text Example


Text Example

White with #BB9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FDE; }

 p { color: rgb(187,159,222); }

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

background-color css

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

 a { background-color: rgb(187,159,222); }

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

border-color css

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

 span { border-color: rgb(187,159,222); }

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