Html Css Color HEX #BB9FDC Perfume

📋 copy color: '#BB9FDC'

red 187 ◦ green 159 ◦ blue 220

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

Shades of Perfume #BB9FDC

Tints of Perfume #BB9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.09%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 33.04%
G = 28.09%
B = 38.87%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB9FDC (or 0xBB9FDC) is known color: Perfume. HEX triplet: BB, 9F and DC. RGB value is (187,159,220). Sum of RGB (Red+Green+Blue) = 187+159+220=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FDC is #446023. Grayscale: #AEAEAE. Windows color (decimal): -4481060 or 14458811. OLE color: 14458811.

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

Color convert

RGB 187 159 220 -
CMYK 0.15 0.28 0 0.14
HSL 267.54º 0.47% 0.74% -
HSV(B) 267.54º 0.28% 0.86% -
XYZ 45.81 40.53 73.12 -
YUV 174.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 187 159 220 0.15 0.28 0 0.14 267.54 0.47 0.74
Hex BB 9F DC F 1C 0 E 10C 2F 4A
Octal 273 237 334 17 34 0 16 414 57 112
Binary 10111011 10011111 11011100 1111 11100 0 1110 100001100 101111 1001010

Color Harmonies of #BB9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FDC

Black with #BB9FDC

Text Example


Text Example

White with #BB9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FDC; }

 p { color: rgb(187,159,220); }

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

background-color css

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

 a { background-color: rgb(187,159,220); }

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

border-color css

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

 span { border-color: rgb(187,159,220); }

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