Html Css Color HEX #BC90BA London Hue

📋 copy color: '#BC90BA'

red 188 ◦ green 144 ◦ blue 186

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

Shades of London Hue #BC90BA

Tints of London Hue #BC90BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 36.29%
G = 27.8%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC90BA (or 0xBC90BA) is known color: London Hue. HEX triplet: BC, 90 and BA. RGB value is (188,144,186). Sum of RGB (Red+Green+Blue) = 188+144+186=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BA is #436F45. Grayscale: #A1A1A1. Windows color (decimal): -4419398 or 12226748. OLE color: 12226748.

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

Color convert

RGB 188 144 186 -
CMYK 0 0.23 0.01 0.26
HSL 302.73º 0.25% 0.65% -
HSV(B) 302.73º 0.23% 0.74% -
XYZ 39.58 34.18 50.97 -
YUV 161.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 188 144 186 0 0.23 0.01 0.26 302.73 0.25 0.65
Hex BC 90 BA 0 17 1 1A 12F 19 41
Octal 274 220 272 0 27 1 32 457 31 101
Binary 10111100 10010000 10111010 0 10111 1 11010 100101111 11001 1000001

Color Harmonies of #BC90BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90BA

Black with #BC90BA

Text Example


Text Example

White with #BC90BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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