Html Css Color HEX #BC8DAF London Hue

📋 copy color: '#BC8DAF'

red 188 ◦ green 141 ◦ blue 175

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

Shades of London Hue #BC8DAF

Tints of London Hue #BC8DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.98%

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

R = 37.3%
G = 27.98%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC8DAF (or 0xBC8DAF) is known color: London Hue. HEX triplet: BC, 8D and AF. RGB value is (188,141,175). Sum of RGB (Red+Green+Blue) = 188+141+175=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAF is #437250. Grayscale: #9E9E9E. Windows color (decimal): -4420177 or 11505084. OLE color: 11505084.

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

Color convert

RGB 188 141 175 -
CMYK 0 0.25 0.07 0.26
HSL 316.6º 0.26% 0.65% -
HSV(B) 316.6º 0.25% 0.74% -
XYZ 38 32.84 44.89 -
YUV 158.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 188 141 175 0 0.25 0.07 0.26 316.6 0.26 0.65
Hex BC 8D AF 0 19 7 1A 13D 1A 41
Octal 274 215 257 0 31 7 32 475 32 101
Binary 10111100 10001101 10101111 0 11001 111 11010 100111101 11010 1000001

Color Harmonies of #BC8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DAF

Black with #BC8DAF

Text Example


Text Example

White with #BC8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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