Html Css Color HEX #BB9AD3 Perfume

📋 copy color: '#BB9AD3'

red 187 ◦ green 154 ◦ blue 211

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

Shades of Perfume #BB9AD3

Tints of Perfume #BB9AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.22%

R = 33.88%
G = 27.9%
B = 38.22%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB9AD3 (or 0xBB9AD3) is known color: Perfume. HEX triplet: BB, 9A and D3. RGB value is (187,154,211). Sum of RGB (Red+Green+Blue) = 187+154+211=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AD3 is #44652C. Grayscale: #AAAAAA. Windows color (decimal): -4482349 or 13867707. OLE color: 13867707.

HSL color Cylindrical-coordinate representation of color #BB9AD3: hue angle of 274.74º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9AD3 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 154 211 -
CMYK 0.11 0.27 0 0.17
HSL 274.74º 0.39% 0.72% -
HSV(B) 274.74º 0.27% 0.83% -
XYZ 43.81 38.38 66.73 -
YUV 170.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 187 154 211 0.11 0.27 0 0.17 274.74 0.39 0.72
Hex BB 9A D3 B 1B 0 11 113 27 48
Octal 273 232 323 13 33 0 21 423 47 110
Binary 10111011 10011010 11010011 1011 11011 0 10001 100010011 100111 1001000

Color Harmonies of #BB9AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9AD3

Black with #BB9AD3

Text Example


Text Example

White with #BB9AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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