Html Css Color HEX #BC9AB7 London Hue

📋 copy color: '#BC9AB7'

red 188 ◦ green 154 ◦ blue 183

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

Shades of London Hue #BC9AB7

Tints of London Hue #BC9AB7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.33%

 BLUE value IS 183 (71.88% from 255) = 34.86%

R = 35.81%
G = 29.33%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC9AB7 (or 0xBC9AB7) is known color: London Hue. HEX triplet: BC, 9A and B7. RGB value is (188,154,183). Sum of RGB (Red+Green+Blue) = 188+154+183=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AB7 is #436548. Grayscale: #A7A7A7. Windows color (decimal): -4416841 or 12032700. OLE color: 12032700.

HSL color Cylindrical-coordinate representation of color #BC9AB7: hue angle of 308.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9AB7 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 183 -
CMYK 0 0.18 0.03 0.26
HSL 308.82º 0.2% 0.67% -
HSV(B) 308.82º 0.18% 0.74% -
XYZ 40.84 37.22 49.83 -
YUV 167.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 188 154 183 0 0.18 0.03 0.26 308.82 0.2 0.67
Hex BC 9A B7 0 12 3 1A 135 14 43
Octal 274 232 267 0 22 3 32 465 24 103
Binary 10111100 10011010 10110111 0 10010 11 11010 100110101 10100 1000011

Color Harmonies of #BC9AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AB7

Black with #BC9AB7

Text Example


Text Example

White with #BC9AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AB7; }

 p { color: rgb(188,154,183); }

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

background-color css

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

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

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

border-color css

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

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

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