Html Css Color HEX #BB9CDF Perfume

📋 copy color: '#BB9CDF'

red 187 ◦ green 156 ◦ blue 223

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

Shades of Perfume #BB9CDF

Tints of Perfume #BB9CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 33.04%
G = 27.56%
B = 39.4%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB9CDF (or 0xBB9CDF) is known color: Perfume. HEX triplet: BB, 9C and DF. RGB value is (187,156,223). Sum of RGB (Red+Green+Blue) = 187+156+223=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CDF is #446320. Grayscale: #ACACAC. Windows color (decimal): -4481825 or 14654651. OLE color: 14654651.

HSL color Cylindrical-coordinate representation of color #BB9CDF: hue angle of 267.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9CDF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 156 223 -
CMYK 0.16 0.30 0 0.13
HSL 267.76º 0.51% 0.74% -
HSV(B) 267.76º 0.3% 0.87% -
XYZ 45.7 39.67 75.06 -
YUV 172.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 187 156 223 0.16 0.30 0 0.13 267.76 0.51 0.74
Hex BB 9C DF 10 1E 0 D 10C 33 4A
Octal 273 234 337 20 36 0 15 414 63 112
Binary 10111011 10011100 11011111 10000 11110 0 1101 100001100 110011 1001010

Color Harmonies of #BB9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CDF

Black with #BB9CDF

Text Example


Text Example

White with #BB9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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