Html Css Color HEX #BB8ABE London Hue

📋 copy color: '#BB8ABE'

red 187 ◦ green 138 ◦ blue 190

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

Shades of London Hue #BB8ABE

Tints of London Hue #BB8ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.8%

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 36.31%
G = 26.8%
B = 36.89%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB8ABE (or 0xBB8ABE) is known color: London Hue. HEX triplet: BB, 8A and BE. RGB value is (187,138,190). Sum of RGB (Red+Green+Blue) = 187+138+190=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ABE is #447541. Grayscale: #9E9E9E. Windows color (decimal): -4486466 or 12487355. OLE color: 12487355.

HSL color Cylindrical-coordinate representation of color #BB8ABE: hue angle of 296.54º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB8ABE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 138 190 -
CMYK 0.02 0.27 0 0.25
HSL 296.54º 0.29% 0.64% -
HSV(B) 296.54º 0.27% 0.75% -
XYZ 38.88 32.46 52.93 -
YUV 158.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 187 138 190 0.02 0.27 0 0.25 296.54 0.29 0.64
Hex BB 8A BE 2 1B 0 19 129 1D 40
Octal 273 212 276 2 33 0 31 451 35 100
Binary 10111011 10001010 10111110 10 11011 0 11001 100101001 11101 1000000

Color Harmonies of #BB8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8ABE

Black with #BB8ABE

Text Example


Text Example

White with #BB8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8ABE; }

 p { color: rgb(187,138,190); }

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

background-color css

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

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

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

border-color css

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

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

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