Html Css Color HEX #BCA8C1 Lola

📋 copy color: '#BCA8C1'

red 188 ◦ green 168 ◦ blue 193

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

Shades of Lola #BCA8C1

Tints of Lola #BCA8C1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.6%

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

R = 34.24%
G = 30.6%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCA8C1 (or 0xBCA8C1) is known color: Lola. HEX triplet: BC, A8 and C1. RGB value is (188,168,193). Sum of RGB (Red+Green+Blue) = 188+168+193=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8C1 is #43573E. Grayscale: #B0B0B0. Windows color (decimal): -4413247 or 12691644. OLE color: 12691644.

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

Color convert

RGB 188 168 193 -
CMYK 0.03 0.13 0 0.24
HSL 288º 0.17% 0.71% -
HSV(B) 288º 0.13% 0.76% -
XYZ 44.37 42.55 56.33 -
YUV 176.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 188 168 193 0.03 0.13 0 0.24 288 0.17 0.71
Hex BC A8 C1 3 D 0 18 120 11 47
Octal 274 250 301 3 15 0 30 440 21 107
Binary 10111100 10101000 11000001 11 1101 0 11000 100100000 10001 1000111

Color Harmonies of #BCA8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8C1

Black with #BCA8C1

Text Example


Text Example

White with #BCA8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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