Html Css Color HEX #BC83AF London Hue

📋 copy color: '#BC83AF'

red 188 ◦ green 131 ◦ blue 175

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

Shades of London Hue #BC83AF

Tints of London Hue #BC83AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 38.06%
G = 26.52%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC83AF (or 0xBC83AF) is known color: London Hue. HEX triplet: BC, 83 and AF. RGB value is (188,131,175). Sum of RGB (Red+Green+Blue) = 188+131+175=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AF is #437C50. Grayscale: #989898. Windows color (decimal): -4422737 or 11502524. OLE color: 11502524.

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

Color convert

RGB 188 131 175 -
CMYK 0 0.30 0.07 0.26
HSL 313.68º 0.3% 0.63% -
HSV(B) 313.68º 0.3% 0.74% -
XYZ 36.59 30.02 44.42 -
YUV 153.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 188 131 175 0 0.30 0.07 0.26 313.68 0.3 0.63
Hex BC 83 AF 0 1E 7 1A 13A 1E 3F
Octal 274 203 257 0 36 7 32 472 36 77
Binary 10111100 10000011 10101111 0 11110 111 11010 100111010 11110 111111

Color Harmonies of #BC83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83AF

Black with #BC83AF

Text Example


Text Example

White with #BC83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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