Html Css Color HEX #BB7ABC London Hue

📋 copy color: '#BB7ABC'

red 187 ◦ green 122 ◦ blue 188

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

Shades of London Hue #BB7ABC

Tints of London Hue #BB7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 37.63%
G = 24.55%
B = 37.83%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB7ABC (or 0xBB7ABC) is known color: London Hue. HEX triplet: BB, 7A and BC. RGB value is (187,122,188). Sum of RGB (Red+Green+Blue) = 187+122+188=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABC is #448543. Grayscale: #949494. Windows color (decimal): -4490564 or 12352187. OLE color: 12352187.

HSL color Cylindrical-coordinate representation of color #BB7ABC: hue angle of 299.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7ABC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 122 188 -
CMYK 0.01 0.35 0 0.26
HSL 299.09º 0.33% 0.61% -
HSV(B) 299.09º 0.35% 0.74% -
XYZ 36.53 28.11 51.08 -
YUV 148.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 187 122 188 0.01 0.35 0 0.26 299.09 0.33 0.61
Hex BB 7A BC 1 23 0 1A 12B 21 3D
Octal 273 172 274 1 43 0 32 453 41 75
Binary 10111011 1111010 10111100 1 100011 0 11010 100101011 100001 111101

Color Harmonies of #BB7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7ABC

Black with #BB7ABC

Text Example


Text Example

White with #BB7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7ABC; }

 p { color: rgb(187,122,188); }

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

background-color css

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

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

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

border-color css

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

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

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