Html Css Color HEX #BC8ABB London Hue

📋 copy color: '#BC8ABB'

red 188 ◦ green 138 ◦ blue 187

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

Shades of London Hue #BC8ABB

Tints of London Hue #BC8ABB

RGB

 RED value IS 188 (73.83% from 255) = 36.65%

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 36.65%
G = 26.9%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC8ABB (or 0xBC8ABB) is known color: London Hue. HEX triplet: BC, 8A and BB. RGB value is (188,138,187). Sum of RGB (Red+Green+Blue) = 188+138+187=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ABB is #437544. Grayscale: #9E9E9E. Windows color (decimal): -4420933 or 12290748. OLE color: 12290748.

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

Color convert

RGB 188 138 187 -
CMYK 0 0.27 0.01 0.26
HSL 301.2º 0.27% 0.64% -
HSV(B) 301.2º 0.27% 0.74% -
XYZ 38.8 32.46 51.23 -
YUV 158.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 188 138 187 0 0.27 0.01 0.26 301.2 0.27 0.64
Hex BC 8A BB 0 1B 1 1A 12D 1B 40
Octal 274 212 273 0 33 1 32 455 33 100
Binary 10111100 10001010 10111011 0 11011 1 11010 100101101 11011 1000000

Color Harmonies of #BC8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ABB

Black with #BC8ABB

Text Example


Text Example

White with #BC8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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