Html Css Color HEX #BC97BA London Hue

📋 copy color: '#BC97BA'

red 188 ◦ green 151 ◦ blue 186

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

Shades of London Hue #BC97BA

Tints of London Hue #BC97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 35.81%
G = 28.76%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC97BA (or 0xBC97BA) is known color: London Hue. HEX triplet: BC, 97 and BA. RGB value is (188,151,186). Sum of RGB (Red+Green+Blue) = 188+151+186=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97BA is #436845. Grayscale: #A5A5A5. Windows color (decimal): -4417606 or 12228540. OLE color: 12228540.

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

Color convert

RGB 188 151 186 -
CMYK 0 0.20 0.01 0.26
HSL 303.24º 0.22% 0.66% -
HSV(B) 303.24º 0.2% 0.74% -
XYZ 40.67 36.37 51.33 -
YUV 166.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 188 151 186 0 0.20 0.01 0.26 303.24 0.22 0.66
Hex BC 97 BA 0 14 1 1A 12F 16 42
Octal 274 227 272 0 24 1 32 457 26 102
Binary 10111100 10010111 10111010 0 10100 1 11010 100101111 10110 1000010

Color Harmonies of #BC97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97BA

Black with #BC97BA

Text Example


Text Example

White with #BC97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97BA; }

 p { color: rgb(188,151,186); }

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

background-color css

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

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

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

border-color css

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

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

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