Html Css Color HEX #BC83AC London Hue

📋 copy color: '#BC83AC'

red 188 ◦ green 131 ◦ blue 172

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

Shades of London Hue #BC83AC

Tints of London Hue #BC83AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 38.29%
G = 26.68%
B = 35.03%

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

#BC83AC (or 0xBC83AC) is known color: London Hue. HEX triplet: BC, 83 and AC. RGB value is (188,131,172). Sum of RGB (Red+Green+Blue) = 188+131+172=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AC is #437C53. Grayscale: #989898. Windows color (decimal): -4422740 or 11305916. OLE color: 11305916.

HSL color Cylindrical-coordinate representation of color #BC83AC: hue angle of 316.84º 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 #BC83AC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 172 -
CMYK 0 0.30 0.09 0.26
HSL 316.84º 0.3% 0.63% -
HSV(B) 316.84º 0.3% 0.74% -
XYZ 36.3 29.9 42.89 -
YUV 152.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 188 131 172 0 0.30 0.09 0.26 316.84 0.3 0.63
Hex BC 83 AC 0 1E 9 1A 13D 1E 3F
Octal 274 203 254 0 36 11 32 475 36 77
Binary 10111100 10000011 10101100 0 11110 1001 11010 100111101 11110 111111

Color Harmonies of #BC83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83AC

Black with #BC83AC

Text Example


Text Example

White with #BC83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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