Html Css Color HEX #BC83AB London Hue

📋 copy color: '#BC83AB'

red 188 ◦ green 131 ◦ blue 171

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

Shades of London Hue #BC83AB

Tints of London Hue #BC83AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 38.37%
G = 26.73%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC83AB (or 0xBC83AB) is known color: London Hue. HEX triplet: BC, 83 and AB. RGB value is (188,131,171). Sum of RGB (Red+Green+Blue) = 188+131+171=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AB is #437C54. Grayscale: #989898. Windows color (decimal): -4422741 or 11240380. OLE color: 11240380.

HSL color Cylindrical-coordinate representation of color #BC83AB: hue angle of 317.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC83AB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 171 -
CMYK 0 0.30 0.09 0.26
HSL 317.89º 0.3% 0.63% -
HSV(B) 317.89º 0.3% 0.74% -
XYZ 36.21 29.86 42.38 -
YUV 152.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 188 131 171 0 0.30 0.09 0.26 317.89 0.3 0.63
Hex BC 83 AB 0 1E 9 1A 13E 1E 3F
Octal 274 203 253 0 36 11 32 476 36 77
Binary 10111100 10000011 10101011 0 11110 1001 11010 100111110 11110 111111

Color Harmonies of #BC83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83AB

Black with #BC83AB

Text Example


Text Example

White with #BC83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83AB; }

 p { color: rgb(188,131,171); }

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

background-color css

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

 a { background-color: rgb(188,131,171); }

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

border-color css

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

 span { border-color: rgb(188,131,171); }

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