Html Css Color HEX #BB8FBC London Hue

📋 copy color: '#BB8FBC'

red 187 ◦ green 143 ◦ blue 188

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

Shades of London Hue #BB8FBC

Tints of London Hue #BB8FBC

RGB

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

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

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

R = 36.1%
G = 27.61%
B = 36.29%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB8FBC (or 0xBB8FBC) is known color: London Hue. HEX triplet: BB, 8F and BC. RGB value is (187,143,188). Sum of RGB (Red+Green+Blue) = 187+143+188=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FBC is #447043. Grayscale: #A1A1A1. Windows color (decimal): -4485188 or 12357563. OLE color: 12357563.

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

Color convert

RGB 187 143 188 -
CMYK 0.01 0.24 0 0.26
HSL 298.67º 0.25% 0.65% -
HSV(B) 298.67º 0.24% 0.74% -
XYZ 39.39 33.84 52.03 -
YUV 161.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 187 143 188 0.01 0.24 0 0.26 298.67 0.25 0.65
Hex BB 8F BC 1 18 0 1A 12B 19 41
Octal 273 217 274 1 30 0 32 453 31 101
Binary 10111011 10001111 10111100 1 11000 0 11010 100101011 11001 1000001

Color Harmonies of #BB8FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FBC

Black with #BB8FBC

Text Example


Text Example

White with #BB8FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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