Html Css Color HEX #BB8AB3 London Hue

📋 copy color: '#BB8AB3'

red 187 ◦ green 138 ◦ blue 179

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

Shades of London Hue #BB8AB3

Tints of London Hue #BB8AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 37.1%
G = 27.38%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB8AB3 (or 0xBB8AB3) is known color: London Hue. HEX triplet: BB, 8A and B3. RGB value is (187,138,179). Sum of RGB (Red+Green+Blue) = 187+138+179=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AB3 is #44754C. Grayscale: #9D9D9D. Windows color (decimal): -4486477 or 11766459. OLE color: 11766459.

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

Color convert

RGB 187 138 179 -
CMYK 0 0.26 0.04 0.27
HSL 309.8º 0.26% 0.64% -
HSV(B) 309.8º 0.26% 0.73% -
XYZ 37.72 32 46.84 -
YUV 157.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 187 138 179 0 0.26 0.04 0.27 309.8 0.26 0.64
Hex BB 8A B3 0 1A 4 1B 136 1A 40
Octal 273 212 263 0 32 4 33 466 32 100
Binary 10111011 10001010 10110011 0 11010 100 11011 100110110 11010 1000000

Color Harmonies of #BB8AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AB3

Black with #BB8AB3

Text Example


Text Example

White with #BB8AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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