Html Css Color HEX #BB9DDF Perfume

📋 copy color: '#BB9DDF'

red 187 ◦ green 157 ◦ blue 223

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

Shades of Perfume #BB9DDF

Tints of Perfume #BB9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.69%

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

R = 32.98%
G = 27.69%
B = 39.33%

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

#BB9DDF (or 0xBB9DDF) is known color: Perfume. HEX triplet: BB, 9D and DF. RGB value is (187,157,223). Sum of RGB (Red+Green+Blue) = 187+157+223=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DDF is #446220. Grayscale: #ADADAD. Windows color (decimal): -4481569 or 14654907. OLE color: 14654907.

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

Color convert

RGB 187 157 223 -
CMYK 0.16 0.30 0 0.13
HSL 267.27º 0.51% 0.75% -
HSV(B) 267.27º 0.3% 0.87% -
XYZ 45.87 40.01 75.12 -
YUV 173.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 187 157 223 0.16 0.30 0 0.13 267.27 0.51 0.75
Hex BB 9D DF 10 1E 0 D 10B 33 4B
Octal 273 235 337 20 36 0 15 413 63 113
Binary 10111011 10011101 11011111 10000 11110 0 1101 100001011 110011 1001011

Color Harmonies of #BB9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DDF

Black with #BB9DDF

Text Example


Text Example

White with #BB9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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