Html Css Color HEX #BB9DD5 Perfume

📋 copy color: '#BB9DD5'

red 187 ◦ green 157 ◦ blue 213

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

Shades of Perfume #BB9DD5

Tints of Perfume #BB9DD5

RGB

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

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

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

R = 33.57%
G = 28.19%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB9DD5 (or 0xBB9DD5) is known color: Perfume. HEX triplet: BB, 9D and D5. RGB value is (187,157,213). Sum of RGB (Red+Green+Blue) = 187+157+213=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DD5 is #44622A. Grayscale: #ACACAC. Windows color (decimal): -4481579 or 13999547. OLE color: 13999547.

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

Color convert

RGB 187 157 213 -
CMYK 0.12 0.26 0 0.16
HSL 272.14º 0.4% 0.73% -
HSV(B) 272.14º 0.26% 0.84% -
XYZ 44.56 39.48 68.22 -
YUV 172.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 187 157 213 0.12 0.26 0 0.16 272.14 0.4 0.73
Hex BB 9D D5 C 1A 0 10 110 28 49
Octal 273 235 325 14 32 0 20 420 50 111
Binary 10111011 10011101 11010101 1100 11010 0 10000 100010000 101000 1001001

Color Harmonies of #BB9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DD5

Black with #BB9DD5

Text Example


Text Example

White with #BB9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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