Html Css Color HEX #BB8EB2 London Hue

📋 copy color: '#BB8EB2'

red 187 ◦ green 142 ◦ blue 178

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

Shades of London Hue #BB8EB2

Tints of London Hue #BB8EB2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.01%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 36.88%
G = 28.01%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB8EB2 (or 0xBB8EB2) is known color: London Hue. HEX triplet: BB, 8E and B2. RGB value is (187,142,178). Sum of RGB (Red+Green+Blue) = 187+142+178=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8EB2 is #44714D. Grayscale: #9F9F9F. Windows color (decimal): -4485454 or 11701947. OLE color: 11701947.

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

Color convert

RGB 187 142 178 -
CMYK 0 0.24 0.05 0.27
HSL 312º 0.25% 0.65% -
HSV(B) 312º 0.24% 0.73% -
XYZ 38.2 33.13 46.5 -
YUV 159.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 187 142 178 0 0.24 0.05 0.27 312 0.25 0.65
Hex BB 8E B2 0 18 5 1B 138 19 41
Octal 273 216 262 0 30 5 33 470 31 101
Binary 10111011 10001110 10110010 0 11000 101 11011 100111000 11001 1000001

Color Harmonies of #BB8EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EB2

Black with #BB8EB2

Text Example


Text Example

White with #BB8EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EB2; }

 p { color: rgb(187,142,178); }

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

background-color css

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

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

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

border-color css

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

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

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