Html Css Color HEX #BB97DF Perfume

📋 copy color: '#BB97DF'

red 187 ◦ green 151 ◦ blue 223

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

Shades of Perfume #BB97DF

Tints of Perfume #BB97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.92%

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

R = 33.33%
G = 26.92%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB97DF (or 0xBB97DF) is known color: Perfume. HEX triplet: BB, 97 and DF. RGB value is (187,151,223). Sum of RGB (Red+Green+Blue) = 187+151+223=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97DF is #446820. Grayscale: #A9A9A9. Windows color (decimal): -4483105 or 14653371. OLE color: 14653371.

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

Color convert

RGB 187 151 223 -
CMYK 0.16 0.32 0 0.13
HSL 270º 0.53% 0.73% -
HSV(B) 270º 0.32% 0.87% -
XYZ 44.88 38.03 74.79 -
YUV 169.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 187 151 223 0.16 0.32 0 0.13 270 0.53 0.73
Hex BB 97 DF 10 20 0 D 10E 35 49
Octal 273 227 337 20 40 0 15 416 65 111
Binary 10111011 10010111 11011111 10000 100000 0 1101 100001110 110101 1001001

Color Harmonies of #BB97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB97DF

Black with #BB97DF

Text Example


Text Example

White with #BB97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB97DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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