Html Css Color HEX #BB9BD2 Perfume

📋 copy color: '#BB9BD2'

red 187 ◦ green 155 ◦ blue 210

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

Shades of Perfume #BB9BD2

Tints of Perfume #BB9BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.08%

 BLUE value IS 210 (82.42% from 255) = 38.04%

R = 33.88%
G = 28.08%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB9BD2 (or 0xBB9BD2) is known color: Perfume. HEX triplet: BB, 9B and D2. RGB value is (187,155,210). Sum of RGB (Red+Green+Blue) = 187+155+210=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB9BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BD2 is #44642D. Grayscale: #AAAAAA. Windows color (decimal): -4482094 or 13802427. OLE color: 13802427.

HSL color Cylindrical-coordinate representation of color #BB9BD2: hue angle of 274.91º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9BD2 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 155 210 -
CMYK 0.11 0.26 0 0.18
HSL 274.91º 0.38% 0.72% -
HSV(B) 274.91º 0.26% 0.82% -
XYZ 43.85 38.66 66.12 -
YUV 170.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 187 155 210 0.11 0.26 0 0.18 274.91 0.38 0.72
Hex BB 9B D2 B 1A 0 12 113 26 48
Octal 273 233 322 13 32 0 22 423 46 110
Binary 10111011 10011011 11010010 1011 11010 0 10010 100010011 100110 1001000

Color Harmonies of #BB9BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9BD2

Black with #BB9BD2

Text Example


Text Example

White with #BB9BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9BD2; }

 p { color: rgb(187,155,210); }

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

background-color css

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

 a { background-color: rgb(187,155,210); }

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

border-color css

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

 span { border-color: rgb(187,155,210); }

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