Html Css Color HEX #BB7FAB London Hue

📋 copy color: '#BB7FAB'

red 187 ◦ green 127 ◦ blue 171

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

Shades of London Hue #BB7FAB

Tints of London Hue #BB7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 38.56%
G = 26.19%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB7FAB (or 0xBB7FAB) is known color: London Hue. HEX triplet: BB, 7F and AB. RGB value is (187,127,171). Sum of RGB (Red+Green+Blue) = 187+127+171=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FAB is #448054. Grayscale: #959595. Windows color (decimal): -4489301 or 11239355. OLE color: 11239355.

HSL color Cylindrical-coordinate representation of color #BB7FAB: hue angle of 316º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB7FAB is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 171 -
CMYK 0 0.32 0.09 0.27
HSL 316º 0.31% 0.62% -
HSV(B) 316º 0.32% 0.73% -
XYZ 35.43 28.68 42.2 -
YUV 149.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 187 127 171 0 0.32 0.09 0.27 316 0.31 0.62
Hex BB 7F AB 0 20 9 1B 13C 1F 3E
Octal 273 177 253 0 40 11 33 474 37 76
Binary 10111011 1111111 10101011 0 100000 1001 11011 100111100 11111 111110

Color Harmonies of #BB7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FAB

Black with #BB7FAB

Text Example


Text Example

White with #BB7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FAB; }

 p { color: rgb(187,127,171); }

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

background-color css

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

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

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

border-color css

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

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

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