Html Css Color HEX #BC91B7 London Hue

📋 copy color: '#BC91B7'

red 188 ◦ green 145 ◦ blue 183

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

Shades of London Hue #BC91B7

Tints of London Hue #BC91B7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.1%

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

R = 36.43%
G = 28.1%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC91B7 (or 0xBC91B7) is known color: London Hue. HEX triplet: BC, 91 and B7. RGB value is (188,145,183). Sum of RGB (Red+Green+Blue) = 188+145+183=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91B7 is #436E48. Grayscale: #A2A2A2. Windows color (decimal): -4419145 or 12030396. OLE color: 12030396.

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

Color convert

RGB 188 145 183 -
CMYK 0 0.23 0.03 0.26
HSL 306.98º 0.24% 0.65% -
HSV(B) 306.98º 0.23% 0.74% -
XYZ 39.41 34.36 49.35 -
YUV 162.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 188 145 183 0 0.23 0.03 0.26 306.98 0.24 0.65
Hex BC 91 B7 0 17 3 1A 133 18 41
Octal 274 221 267 0 27 3 32 463 30 101
Binary 10111100 10010001 10110111 0 10111 11 11010 100110011 11000 1000001

Color Harmonies of #BC91B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91B7

Black with #BC91B7

Text Example


Text Example

White with #BC91B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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