Html Css Color HEX #BCA8C0 Lola

📋 copy color: '#BCA8C0'

red 188 ◦ green 168 ◦ blue 192

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

Shades of Lola #BCA8C0

Tints of Lola #BCA8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 34.31%
G = 30.66%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCA8C0 (or 0xBCA8C0) is known color: Lola. HEX triplet: BC, A8 and C0. RGB value is (188,168,192). Sum of RGB (Red+Green+Blue) = 188+168+192=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCA8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8C0 is #43573F. Grayscale: #B0B0B0. Windows color (decimal): -4413248 or 12626108. OLE color: 12626108.

HSL color Cylindrical-coordinate representation of color #BCA8C0: hue angle of 290º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCA8C0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 168 192 -
CMYK 0.02 0.12 0 0.25
HSL 290º 0.16% 0.71% -
HSV(B) 290º 0.13% 0.75% -
XYZ 44.26 42.5 55.74 -
YUV 176.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 188 168 192 0.02 0.12 0 0.25 290 0.16 0.71
Hex BC A8 C0 2 C 0 19 122 10 47
Octal 274 250 300 2 14 0 31 442 20 107
Binary 10111100 10101000 11000000 10 1100 0 11001 100100010 10000 1000111

Color Harmonies of #BCA8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8C0

Black with #BCA8C0

Text Example


Text Example

White with #BCA8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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