Html Css Color HEX #BB9AD5 Perfume

📋 copy color: '#BB9AD5'

red 187 ◦ green 154 ◦ blue 213

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

Shades of Perfume #BB9AD5

Tints of Perfume #BB9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.8%

 BLUE value IS 213 (83.59% from 255) = 38.45%

R = 33.75%
G = 27.8%
B = 38.45%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB9AD5 (or 0xBB9AD5) is known color: Perfume. HEX triplet: BB, 9A and D5. RGB value is (187,154,213). Sum of RGB (Red+Green+Blue) = 187+154+213=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AD5 is #44652A. Grayscale: #AAAAAA. Windows color (decimal): -4482347 or 13998779. OLE color: 13998779.

HSL color Cylindrical-coordinate representation of color #BB9AD5: hue angle of 273.56º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9AD5 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 154 213 -
CMYK 0.12 0.28 0 0.16
HSL 273.56º 0.41% 0.72% -
HSV(B) 273.56º 0.28% 0.84% -
XYZ 44.06 38.48 68.06 -
YUV 170.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 187 154 213 0.12 0.28 0 0.16 273.56 0.41 0.72
Hex BB 9A D5 C 1C 0 10 112 29 48
Octal 273 232 325 14 34 0 20 422 51 110
Binary 10111011 10011010 11010101 1100 11100 0 10000 100010010 101001 1001000

Color Harmonies of #BB9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AD5

Black with #BB9AD5

Text Example


Text Example

White with #BB9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AD5; }

 p { color: rgb(187,154,213); }

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

background-color css

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

 a { background-color: rgb(187,154,213); }

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

border-color css

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

 span { border-color: rgb(187,154,213); }

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