Html Css Color HEX #BC7DBF London Hue

📋 copy color: '#BC7DBF'

red 188 ◦ green 125 ◦ blue 191

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

Shades of London Hue #BC7DBF

Tints of London Hue #BC7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

 BLUE value IS 191 (75% from 255) = 37.9%

R = 37.3%
G = 24.8%
B = 37.9%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC7DBF (or 0xBC7DBF) is known color: London Hue. HEX triplet: BC, 7D and BF. RGB value is (188,125,191). Sum of RGB (Red+Green+Blue) = 188+125+191=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBF is #438240. Grayscale: #979797. Windows color (decimal): -4424257 or 12549564. OLE color: 12549564.

HSL color Cylindrical-coordinate representation of color #BC7DBF: hue angle of 297.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7DBF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 125 191 -
CMYK 0.02 0.35 0 0.25
HSL 297.27º 0.34% 0.62% -
HSV(B) 297.27º 0.35% 0.75% -
XYZ 37.48 29.12 52.94 -
YUV 151.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 188 125 191 0.02 0.35 0 0.25 297.27 0.34 0.62
Hex BC 7D BF 2 23 0 19 129 22 3E
Octal 274 175 277 2 43 0 31 451 42 76
Binary 10111100 1111101 10111111 10 100011 0 11001 100101001 100010 111110

Color Harmonies of #BC7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DBF

Black with #BC7DBF

Text Example


Text Example

White with #BC7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DBF; }

 p { color: rgb(188,125,191); }

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

background-color css

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

 a { background-color: rgb(188,125,191); }

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

border-color css

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

 span { border-color: rgb(188,125,191); }

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