Html Css Color HEX #BC9CC1 Lola

📋 copy color: '#BC9CC1'

red 188 ◦ green 156 ◦ blue 193

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

Shades of Lola #BC9CC1

Tints of Lola #BC9CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.05%

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

R = 35.01%
G = 29.05%
B = 35.94%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC9CC1 (or 0xBC9CC1) is known color: Lola. HEX triplet: BC, 9C and C1. RGB value is (188,156,193). Sum of RGB (Red+Green+Blue) = 188+156+193=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CC1 is #43633E. Grayscale: #A9A9A9. Windows color (decimal): -4416319 or 12688572. OLE color: 12688572.

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

Color convert

RGB 188 156 193 -
CMYK 0.03 0.19 0 0.24
HSL 291.89º 0.23% 0.68% -
HSV(B) 291.89º 0.19% 0.76% -
XYZ 42.25 38.32 55.62 -
YUV 169.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 188 156 193 0.03 0.19 0 0.24 291.89 0.23 0.68
Hex BC 9C C1 3 13 0 18 124 17 44
Octal 274 234 301 3 23 0 30 444 27 104
Binary 10111100 10011100 11000001 11 10011 0 11000 100100100 10111 1000100

Color Harmonies of #BC9CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CC1

Black with #BC9CC1

Text Example


Text Example

White with #BC9CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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