Html Css Color HEX #BC96B6 London Hue

📋 copy color: '#BC96B6'

red 188 ◦ green 150 ◦ blue 182

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

Shades of London Hue #BC96B6

Tints of London Hue #BC96B6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 36.15%
G = 28.85%
B = 35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC96B6 (or 0xBC96B6) is known color: London Hue. HEX triplet: BC, 96 and B6. RGB value is (188,150,182). Sum of RGB (Red+Green+Blue) = 188+150+182=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96B6 is #436949. Grayscale: #A4A4A4. Windows color (decimal): -4417866 or 11966140. OLE color: 11966140.

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

Color convert

RGB 188 150 182 -
CMYK 0 0.20 0.03 0.26
HSL 309.47º 0.22% 0.66% -
HSV(B) 309.47º 0.2% 0.74% -
XYZ 40.09 35.88 49.07 -
YUV 165.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 188 150 182 0 0.20 0.03 0.26 309.47 0.22 0.66
Hex BC 96 B6 0 14 3 1A 135 16 42
Octal 274 226 266 0 24 3 32 465 26 102
Binary 10111100 10010110 10110110 0 10100 11 11010 100110101 10110 1000010

Color Harmonies of #BC96B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96B6

Black with #BC96B6

Text Example


Text Example

White with #BC96B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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