Html Css Color HEX #BC92B7 London Hue

📋 copy color: '#BC92B7'

red 188 ◦ green 146 ◦ blue 183

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

Shades of London Hue #BC92B7

Tints of London Hue #BC92B7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.24%

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 36.36%
G = 28.24%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC92B7 (or 0xBC92B7) is known color: London Hue. HEX triplet: BC, 92 and B7. RGB value is (188,146,183). Sum of RGB (Red+Green+Blue) = 188+146+183=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92B7 is #436D48. Grayscale: #A2A2A2. Windows color (decimal): -4418889 or 12030652. OLE color: 12030652.

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

Color convert

RGB 188 146 183 -
CMYK 0 0.22 0.03 0.26
HSL 307.14º 0.24% 0.65% -
HSV(B) 307.14º 0.22% 0.74% -
XYZ 39.57 34.67 49.41 -
YUV 162.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 188 146 183 0 0.22 0.03 0.26 307.14 0.24 0.65
Hex BC 92 B7 0 16 3 1A 133 18 41
Octal 274 222 267 0 26 3 32 463 30 101
Binary 10111100 10010010 10110111 0 10110 11 11010 100110011 11000 1000001

Color Harmonies of #BC92B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92B7

Black with #BC92B7

Text Example


Text Example

White with #BC92B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92B7; }

 p { color: rgb(188,146,183); }

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

background-color css

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

 a { background-color: rgb(188,146,183); }

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

border-color css

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

 span { border-color: rgb(188,146,183); }

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