Html Css Color HEX #BB9FDF Perfume

📋 copy color: '#BB9FDF'

red 187 ◦ green 159 ◦ blue 223

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

Shades of Perfume #BB9FDF

Tints of Perfume #BB9FDF

RGB

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

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

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

R = 32.86%
G = 27.94%
B = 39.19%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9FDF (or 0xBB9FDF) is known color: Perfume. HEX triplet: BB, 9F and DF. RGB value is (187,159,223). Sum of RGB (Red+Green+Blue) = 187+159+223=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDF is #446020. Grayscale: #AEAEAE. Windows color (decimal): -4481057 or 14655419. OLE color: 14655419.

HSL color Cylindrical-coordinate representation of color #BB9FDF: hue angle of 266.25º 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 #BB9FDF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 159 223 -
CMYK 0.16 0.29 0 0.13
HSL 266.25º 0.5% 0.75% -
HSV(B) 266.25º 0.29% 0.87% -
XYZ 46.21 40.69 75.23 -
YUV 174.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 187 159 223 0.16 0.29 0 0.13 266.25 0.5 0.75
Hex BB 9F DF 10 1D 0 D 10A 32 4B
Octal 273 237 337 20 35 0 15 412 62 113
Binary 10111011 10011111 11011111 10000 11101 0 1101 100001010 110010 1001011

Color Harmonies of #BB9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FDF

Black with #BB9FDF

Text Example


Text Example

White with #BB9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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