Html Css Color HEX #BB93BB London Hue

📋 copy color: '#BB93BB'

red 187 ◦ green 147 ◦ blue 187

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

Shades of London Hue #BB93BB

Tints of London Hue #BB93BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.21%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 35.89%
G = 28.21%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB93BB (or 0xBB93BB) is known color: London Hue. HEX triplet: BB, 93 and BB. RGB value is (187,147,187). Sum of RGB (Red+Green+Blue) = 187+147+187=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93BB is #446C44. Grayscale: #A3A3A3. Windows color (decimal): -4484165 or 12293051. OLE color: 12293051.

HSL color Cylindrical-coordinate representation of color #BB93BB: hue angle of 300º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB93BB is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 147 187 -
CMYK 0 0.21 0 0.27
HSL 300º 0.23% 0.65% -
HSV(B) 300º 0.21% 0.73% -
XYZ 39.9 35.02 51.67 -
YUV 163.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 187 147 187 0 0.21 0 0.27 300 0.23 0.65
Hex BB 93 BB 0 15 0 1B 12C 17 41
Octal 273 223 273 0 25 0 33 454 27 101
Binary 10111011 10010011 10111011 0 10101 0 11011 100101100 10111 1000001

Color Harmonies of #BB93BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93BB

Black with #BB93BB

Text Example


Text Example

White with #BB93BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93BB; }

 p { color: rgb(187,147,187); }

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

background-color css

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

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

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

border-color css

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

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

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