Html Css Color HEX #BC90BC London Hue

📋 copy color: '#BC90BC'

red 188 ◦ green 144 ◦ blue 188

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

Shades of London Hue #BC90BC

Tints of London Hue #BC90BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 36.15%
G = 27.69%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC90BC (or 0xBC90BC) is known color: London Hue. HEX triplet: BC, 90 and BC. RGB value is (188,144,188). Sum of RGB (Red+Green+Blue) = 188+144+188=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BC is #436F43. Grayscale: #A2A2A2. Windows color (decimal): -4419396 or 12357820. OLE color: 12357820.

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

Color convert

RGB 188 144 188 -
CMYK 0 0.23 0 0.26
HSL 300º 0.25% 0.65% -
HSV(B) 300º 0.23% 0.74% -
XYZ 39.79 34.27 52.09 -
YUV 162.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 188 144 188 0 0.23 0 0.26 300 0.25 0.65
Hex BC 90 BC 0 17 0 1A 12C 19 41
Octal 274 220 274 0 27 0 32 454 31 101
Binary 10111100 10010000 10111100 0 10111 0 11010 100101100 11001 1000001

Color Harmonies of #BC90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90BC

Black with #BC90BC

Text Example


Text Example

White with #BC90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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