Html Css Color HEX #BB7DBC London Hue

📋 copy color: '#BB7DBC'

red 187 ◦ green 125 ◦ blue 188

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

Shades of London Hue #BB7DBC

Tints of London Hue #BB7DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

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

R = 37.4%
G = 25%
B = 37.6%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB7DBC (or 0xBB7DBC) is known color: London Hue. HEX triplet: BB, 7D and BC. RGB value is (187,125,188). Sum of RGB (Red+Green+Blue) = 187+125+188=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DBC is #448243. Grayscale: #969696. Windows color (decimal): -4489796 or 12352955. OLE color: 12352955.

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

Color convert

RGB 187 125 188 -
CMYK 0.01 0.34 0 0.26
HSL 299.05º 0.32% 0.61% -
HSV(B) 299.05º 0.34% 0.74% -
XYZ 36.9 28.86 51.2 -
YUV 150.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 187 125 188 0.01 0.34 0 0.26 299.05 0.32 0.61
Hex BB 7D BC 1 22 0 1A 12B 20 3D
Octal 273 175 274 1 42 0 32 453 40 75
Binary 10111011 1111101 10111100 1 100010 0 11010 100101011 100000 111101

Color Harmonies of #BB7DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DBC

Black with #BB7DBC

Text Example


Text Example

White with #BB7DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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