Html Css Color HEX #BB9CD1 Perfume

📋 copy color: '#BB9CD1'

red 187 ◦ green 156 ◦ blue 209

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

Shades of Perfume #BB9CD1

Tints of Perfume #BB9CD1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 33.88%
G = 28.26%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB9CD1 (or 0xBB9CD1) is known color: Perfume. HEX triplet: BB, 9C and D1. RGB value is (187,156,209). Sum of RGB (Red+Green+Blue) = 187+156+209=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB9CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CD1 is #44632E. Grayscale: #ABABAB. Windows color (decimal): -4481839 or 13737147. OLE color: 13737147.

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

Color convert

RGB 187 156 209 -
CMYK 0.11 0.25 0 0.18
HSL 275.09º 0.37% 0.72% -
HSV(B) 275.09º 0.25% 0.82% -
XYZ 43.89 38.95 65.53 -
YUV 171.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 187 156 209 0.11 0.25 0 0.18 275.09 0.37 0.72
Hex BB 9C D1 B 19 0 12 113 25 48
Octal 273 234 321 13 31 0 22 423 45 110
Binary 10111011 10011100 11010001 1011 11001 0 10010 100010011 100101 1001000

Color Harmonies of #BB9CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CD1

Black with #BB9CD1

Text Example


Text Example

White with #BB9CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CD1; }

 p { color: rgb(187,156,209); }

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

background-color css

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

 a { background-color: rgb(187,156,209); }

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

border-color css

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

 span { border-color: rgb(187,156,209); }

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