Html Css Color HEX #BB9FCE Perfume

📋 copy color: '#BB9FCE'

red 187 ◦ green 159 ◦ blue 206

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

Shades of Perfume #BB9FCE

Tints of Perfume #BB9FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 33.88%
G = 28.8%
B = 37.32%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB9FCE (or 0xBB9FCE) is known color: Perfume. HEX triplet: BB, 9F and CE. RGB value is (187,159,206). Sum of RGB (Red+Green+Blue) = 187+159+206=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FCE is #446031. Grayscale: #ACACAC. Windows color (decimal): -4481074 or 13541307. OLE color: 13541307.

HSL color Cylindrical-coordinate representation of color #BB9FCE: hue angle of 275.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9FCE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 159 206 -
CMYK 0.09 0.23 0 0.19
HSL 275.74º 0.32% 0.72% -
HSV(B) 275.74º 0.23% 0.81% -
XYZ 44.03 39.82 63.76 -
YUV 172.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 187 159 206 0.09 0.23 0 0.19 275.74 0.32 0.72
Hex BB 9F CE 9 17 0 13 114 20 48
Octal 273 237 316 11 27 0 23 424 40 110
Binary 10111011 10011111 11001110 1001 10111 0 10011 100010100 100000 1001000

Color Harmonies of #BB9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FCE

Black with #BB9FCE

Text Example


Text Example

White with #BB9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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