Html Css Color HEX #BC81BE London Hue

📋 copy color: '#BC81BE'

red 188 ◦ green 129 ◦ blue 190

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

Shades of London Hue #BC81BE

Tints of London Hue #BC81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.44%

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 37.08%
G = 25.44%
B = 37.48%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC81BE (or 0xBC81BE) is known color: London Hue. HEX triplet: BC, 81 and BE. RGB value is (188,129,190). Sum of RGB (Red+Green+Blue) = 188+129+190=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC81BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81BE is #437E41. Grayscale: #999999. Windows color (decimal): -4423234 or 12485052. OLE color: 12485052.

HSL color Cylindrical-coordinate representation of color #BC81BE: hue angle of 298.03º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC81BE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 129 190 -
CMYK 0.01 0.32 0 0.25
HSL 298.03º 0.32% 0.63% -
HSV(B) 298.03º 0.32% 0.75% -
XYZ 37.88 30.11 52.53 -
YUV 153.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 188 129 190 0.01 0.32 0 0.25 298.03 0.32 0.63
Hex BC 81 BE 1 20 0 19 12A 20 3F
Octal 274 201 276 1 40 0 31 452 40 77
Binary 10111100 10000001 10111110 1 100000 0 11001 100101010 100000 111111

Color Harmonies of #BC81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81BE

Black with #BC81BE

Text Example


Text Example

White with #BC81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81BE; }

 p { color: rgb(188,129,190); }

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

background-color css

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

 a { background-color: rgb(188,129,190); }

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

border-color css

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

 span { border-color: rgb(188,129,190); }

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