Html Css Color HEX #BC9BC1 Lola

📋 copy color: '#BC9BC1'

red 188 ◦ green 155 ◦ blue 193

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

Shades of Lola #BC9BC1

Tints of Lola #BC9BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.92%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 35.07%
G = 28.92%
B = 36.01%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC9BC1 (or 0xBC9BC1) is known color: Lola. HEX triplet: BC, 9B and C1. RGB value is (188,155,193). Sum of RGB (Red+Green+Blue) = 188+155+193=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BC1 is #43643E. Grayscale: #A9A9A9. Windows color (decimal): -4416575 or 12688316. OLE color: 12688316.

HSL color Cylindrical-coordinate representation of color #BC9BC1: hue angle of 292.11º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9BC1 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 155 193 -
CMYK 0.03 0.20 0 0.24
HSL 292.11º 0.23% 0.68% -
HSV(B) 292.11º 0.2% 0.76% -
XYZ 42.09 37.98 55.57 -
YUV 169.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 188 155 193 0.03 0.20 0 0.24 292.11 0.23 0.68
Hex BC 9B C1 3 14 0 18 124 17 44
Octal 274 233 301 3 24 0 30 444 27 104
Binary 10111100 10011011 11000001 11 10100 0 11000 100100100 10111 1000100

Color Harmonies of #BC9BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BC1

Black with #BC9BC1

Text Example


Text Example

White with #BC9BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BC1; }

 p { color: rgb(188,155,193); }

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

background-color css

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

 a { background-color: rgb(188,155,193); }

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

border-color css

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

 span { border-color: rgb(188,155,193); }

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