Html Css Color HEX #BC93BB London Hue

📋 copy color: '#BC93BB'

red 188 ◦ green 147 ◦ blue 187

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

Shades of London Hue #BC93BB

Tints of London Hue #BC93BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.16%

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 36.02%
G = 28.16%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC93BB (or 0xBC93BB) is known color: London Hue. HEX triplet: BC, 93 and BB. RGB value is (188,147,187). Sum of RGB (Red+Green+Blue) = 188+147+187=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BB is #436C44. Grayscale: #A3A3A3. Windows color (decimal): -4418629 or 12293052. OLE color: 12293052.

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

Color convert

RGB 188 147 187 -
CMYK 0 0.22 0.01 0.26
HSL 301.46º 0.23% 0.66% -
HSV(B) 301.46º 0.22% 0.74% -
XYZ 40.14 35.15 51.68 -
YUV 163.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 188 147 187 0 0.22 0.01 0.26 301.46 0.23 0.66
Hex BC 93 BB 0 16 1 1A 12D 17 42
Octal 274 223 273 0 26 1 32 455 27 102
Binary 10111100 10010011 10111011 0 10110 1 11010 100101101 10111 1000010

Color Harmonies of #BC93BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93BB

Black with #BC93BB

Text Example


Text Example

White with #BC93BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93BB; }

 p { color: rgb(188,147,187); }

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

background-color css

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

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

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

border-color css

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

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

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