Html Css Color HEX #BC91B9 London Hue

📋 copy color: '#BC91B9'

red 188 ◦ green 145 ◦ blue 185

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

Shades of London Hue #BC91B9

Tints of London Hue #BC91B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 36.29%
G = 27.99%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC91B9 (or 0xBC91B9) is known color: London Hue. HEX triplet: BC, 91 and B9. RGB value is (188,145,185). Sum of RGB (Red+Green+Blue) = 188+145+185=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91B9 is #436E46. Grayscale: #A2A2A2. Windows color (decimal): -4419143 or 12161468. OLE color: 12161468.

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

Color convert

RGB 188 145 185 -
CMYK 0 0.23 0.02 0.26
HSL 304.19º 0.24% 0.65% -
HSV(B) 304.19º 0.23% 0.74% -
XYZ 39.62 34.44 50.46 -
YUV 162.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 188 145 185 0 0.23 0.02 0.26 304.19 0.24 0.65
Hex BC 91 B9 0 17 2 1A 130 18 41
Octal 274 221 271 0 27 2 32 460 30 101
Binary 10111100 10010001 10111001 0 10111 10 11010 100110000 11000 1000001

Color Harmonies of #BC91B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91B9

Black with #BC91B9

Text Example


Text Example

White with #BC91B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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