Html Css Color HEX #BC91B8 London Hue

📋 copy color: '#BC91B8'

red 188 ◦ green 145 ◦ blue 184

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

Shades of London Hue #BC91B8

Tints of London Hue #BC91B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.59%

R = 36.36%
G = 28.05%
B = 35.59%

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

#BC91B8 (or 0xBC91B8) is known color: London Hue. HEX triplet: BC, 91 and B8. RGB value is (188,145,184). Sum of RGB (Red+Green+Blue) = 188+145+184=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91B8 is #436E47. Grayscale: #A2A2A2. Windows color (decimal): -4419144 or 12095932. OLE color: 12095932.

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

Color convert

RGB 188 145 184 -
CMYK 0 0.23 0.02 0.26
HSL 305.58º 0.24% 0.65% -
HSV(B) 305.58º 0.23% 0.74% -
XYZ 39.52 34.4 49.91 -
YUV 162.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 188 145 184 0 0.23 0.02 0.26 305.58 0.24 0.65
Hex BC 91 B8 0 17 2 1A 132 18 41
Octal 274 221 270 0 27 2 32 462 30 101
Binary 10111100 10010001 10111000 0 10111 10 11010 100110010 11000 1000001

Color Harmonies of #BC91B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91B8

Black with #BC91B8

Text Example


Text Example

White with #BC91B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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