Html Css Color HEX #BC90B1 London Hue

📋 copy color: '#BC90B1'

red 188 ◦ green 144 ◦ blue 177

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

Shades of London Hue #BC90B1

Tints of London Hue #BC90B1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.29%

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 36.94%
G = 28.29%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC90B1 (or 0xBC90B1) is known color: London Hue. HEX triplet: BC, 90 and B1. RGB value is (188,144,177). Sum of RGB (Red+Green+Blue) = 188+144+177=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC90B1 is #436F4E. Grayscale: #A0A0A0. Windows color (decimal): -4419407 or 11636924. OLE color: 11636924.

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

Color convert

RGB 188 144 177 -
CMYK 0 0.23 0.06 0.26
HSL 315º 0.25% 0.65% -
HSV(B) 315º 0.23% 0.74% -
XYZ 38.65 33.81 46.08 -
YUV 160.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 188 144 177 0 0.23 0.06 0.26 315 0.25 0.65
Hex BC 90 B1 0 17 6 1A 13B 19 41
Octal 274 220 261 0 27 6 32 473 31 101
Binary 10111100 10010000 10110001 0 10111 110 11010 100111011 11001 1000001

Color Harmonies of #BC90B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90B1

Black with #BC90B1

Text Example


Text Example

White with #BC90B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90B1; }

 p { color: rgb(188,144,177); }

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

background-color css

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

 a { background-color: rgb(188,144,177); }

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

border-color css

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

 span { border-color: rgb(188,144,177); }

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