Html Css Color HEX #BC90B6 London Hue

📋 copy color: '#BC90B6'

red 188 ◦ green 144 ◦ blue 182

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

Shades of London Hue #BC90B6

Tints of London Hue #BC90B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.41%

R = 36.58%
G = 28.02%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC90B6 (or 0xBC90B6) is known color: London Hue. HEX triplet: BC, 90 and B6. RGB value is (188,144,182). Sum of RGB (Red+Green+Blue) = 188+144+182=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90B6 is #436F49. Grayscale: #A1A1A1. Windows color (decimal): -4419402 or 11964604. OLE color: 11964604.

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

Color convert

RGB 188 144 182 -
CMYK 0 0.23 0.03 0.26
HSL 308.18º 0.25% 0.65% -
HSV(B) 308.18º 0.23% 0.74% -
XYZ 39.16 34.02 48.76 -
YUV 161.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 188 144 182 0 0.23 0.03 0.26 308.18 0.25 0.65
Hex BC 90 B6 0 17 3 1A 134 19 41
Octal 274 220 266 0 27 3 32 464 31 101
Binary 10111100 10010000 10110110 0 10111 11 11010 100110100 11001 1000001

Color Harmonies of #BC90B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90B6

Black with #BC90B6

Text Example


Text Example

White with #BC90B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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