Html Css Color HEX #BB8FAF London Hue

📋 copy color: '#BB8FAF'

red 187 ◦ green 143 ◦ blue 175

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

Shades of London Hue #BB8FAF

Tints of London Hue #BB8FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 37.03%
G = 28.32%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB8FAF (or 0xBB8FAF) is known color: London Hue. HEX triplet: BB, 8F and AF. RGB value is (187,143,175). Sum of RGB (Red+Green+Blue) = 187+143+175=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8FAF is #447050. Grayscale: #9F9F9F. Windows color (decimal): -4485201 or 11505595. OLE color: 11505595.

HSL color Cylindrical-coordinate representation of color #BB8FAF: hue angle of 316.36º degrees, saturation: 0.24, 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 #BB8FAF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 175 -
CMYK 0 0.24 0.06 0.27
HSL 316.36º 0.24% 0.65% -
HSV(B) 316.36º 0.24% 0.73% -
XYZ 38.05 33.3 44.98 -
YUV 159.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 187 143 175 0 0.24 0.06 0.27 316.36 0.24 0.65
Hex BB 8F AF 0 18 6 1B 13C 18 41
Octal 273 217 257 0 30 6 33 474 30 101
Binary 10111011 10001111 10101111 0 11000 110 11011 100111100 11000 1000001

Color Harmonies of #BB8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FAF

Black with #BB8FAF

Text Example


Text Example

White with #BB8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FAF; }

 p { color: rgb(187,143,175); }

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

background-color css

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

 a { background-color: rgb(187,143,175); }

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

border-color css

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

 span { border-color: rgb(187,143,175); }

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