Html Css Color HEX #BB9DDA Perfume

📋 copy color: '#BB9DDA'

red 187 ◦ green 157 ◦ blue 218

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

Shades of Perfume #BB9DDA

Tints of Perfume #BB9DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.94%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 33.27%
G = 27.94%
B = 38.79%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB9DDA (or 0xBB9DDA) is known color: Perfume. HEX triplet: BB, 9D and DA. RGB value is (187,157,218). Sum of RGB (Red+Green+Blue) = 187+157+218=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DDA is #446225. Grayscale: #ACACAC. Windows color (decimal): -4481574 or 14327227. OLE color: 14327227.

HSL color Cylindrical-coordinate representation of color #BB9DDA: hue angle of 269.51º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB9DDA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 157 218 -
CMYK 0.14 0.28 0 0.15
HSL 269.51º 0.45% 0.74% -
HSV(B) 269.51º 0.28% 0.85% -
XYZ 45.21 39.74 71.62 -
YUV 172.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 187 157 218 0.14 0.28 0 0.15 269.51 0.45 0.74
Hex BB 9D DA E 1C 0 F 10E 2D 4A
Octal 273 235 332 16 34 0 17 416 55 112
Binary 10111011 10011101 11011010 1110 11100 0 1111 100001110 101101 1001010

Color Harmonies of #BB9DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DDA

Black with #BB9DDA

Text Example


Text Example

White with #BB9DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DDA; }

 p { color: rgb(187,157,218); }

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

background-color css

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

 a { background-color: rgb(187,157,218); }

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

border-color css

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

 span { border-color: rgb(187,157,218); }

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