Html Css Color HEX #BC92B5 London Hue

📋 copy color: '#BC92B5'

red 188 ◦ green 146 ◦ blue 181

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

Shades of London Hue #BC92B5

Tints of London Hue #BC92B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 36.5%
G = 28.35%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC92B5 (or 0xBC92B5) is known color: London Hue. HEX triplet: BC, 92 and B5. RGB value is (188,146,181). Sum of RGB (Red+Green+Blue) = 188+146+181=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92B5 is #436D4A. Grayscale: #A2A2A2. Windows color (decimal): -4418891 or 11899580. OLE color: 11899580.

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

Color convert

RGB 188 146 181 -
CMYK 0 0.22 0.04 0.26
HSL 310º 0.24% 0.65% -
HSV(B) 310º 0.22% 0.74% -
XYZ 39.36 34.59 48.32 -
YUV 162.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 188 146 181 0 0.22 0.04 0.26 310 0.24 0.65
Hex BC 92 B5 0 16 4 1A 136 18 41
Octal 274 222 265 0 26 4 32 466 30 101
Binary 10111100 10010010 10110101 0 10110 100 11010 100110110 11000 1000001

Color Harmonies of #BC92B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92B5

Black with #BC92B5

Text Example


Text Example

White with #BC92B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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